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
docker: prevent manual pin of dependencies and improve build speed #95
docker: prevent manual pin of dependencies and improve build speed #95
Changes from 53 commits
d21f8e2
e7a9640
e1e9fba
2ef396c
f71e61e
3a5472f
6f8f0ea
53e81d7
7bb511c
335b4b2
f8df4cf
23b8912
f992cef
965860b
eafacd9
0452d4c
26fa54f
ff696db
bf768d9
498bc8c
6d13a42
3e8cfc5
9860b0d
e0f5325
f105f91
36a4b0f
f5fa5d7
66953c0
87350e8
cc2d7ef
d3a06f5
a62f3c2
22c214a
72dc0c9
b6eaa61
1ca6f68
e4263a4
e3b2c23
30a1a00
7ab6d90
b13769a
87fb219
5d3c259
50a85d1
4343030
ca17d14
68af06d
3d2707a
eac4141
c6fd0f4
890c228
62bc689
eaa2b01
d67a2d2
035560e
ced6249
6d31473
faa0341
b714564
8aba3a5
c9d2ef6
107c402
8bd0094
c90413c
9370388
58cd714
d58f090
b4acbdc
007ae84
34d38cc
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 needs
descartes
? This library is ancient.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.
90ccbec
I just update the PR description with list of package changes. You might want to review the PR description again.
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.
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.
Do you actually mean gdal is not a dependency from ravenpy? But it still is https://github.com/conda-forge/ravenpy-feedstock/blob/ae682f7bb3fc586737733d923111d3d2107f5ae0/recipe/meta.yaml#L34
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.
No, no, GDAL is all-knowing and ever-present. I figured there's no major reason for specifying it to be installed since it comes bundled with so many other packages.
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.
Oh I see what you mean. But according to this commit d2948dc, some notebooks was actually importing it directly and it was not yet in the Jupyter env.
I'd keep it here for historical reason.