Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting hazen to python 3.9 #143
Porting hazen to python 3.9 #143
Changes from 55 commits
a214d3d
add45f8
7dc6c48
866dc22
67f03cf
3f65bb7
bd14c80
f241076
e4ca073
30e2d10
74e9d8f
1629d08
a130416
c6a40f1
58a773c
ce38a1a
d486335
0dd3646
20db76a
141be57
4c37ef5
c8a5fe1
6832cb1
fab1169
75b3d73
8862afe
06c7473
7c17690
eeac324
8394ae7
599c17c
017a4bf
139a8b6
dd348a9
60ad5fd
f9aa2f0
cb3f154
7ae24e6
d25f0be
238d39b
2ca01a3
3cadc1d
f1b2f91
6fdf4fe
4c4488a
9e6f7e5
ad6a085
d62e953
1c47ba4
fc2f215
8450728
5ba9d59
06caf01
a90cea1
2156519
fa390d3
c8e9d63
0f53026
d990adf
408de45
16d6610
f9adb8c
65c20cb
fd7949e
3e7612a
cef5417
72064a9
ca99266
4bca6b1
043c278
43ba38f
1de9e1a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this file do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, shouldn't have spread between two places. Bit more context in #142.
Basically, installing some of our libraries (mainly scikit-image) doesnt work on M1 silicon via pip. So instead I made the venv in miniforge (just a smaller version of conda). The environment.yml is the equivalent to our normal requirements.txt.
I specifically made most of it install via pip anyway, so it was easy to see which ones work via pip and which only work via conda.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for being a bit slow here. But doesn't the dockerisation of Hazen make this issue a moot point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I should have made this comment on the issue when you first raised it.