-
Notifications
You must be signed in to change notification settings - Fork 26
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
422 need for pylibtiff==051 pin #425
Conversation
Synchro with main
I'm merging it. This is the problem with GA scripts. |
@@ -1,8 +1,8 @@ | |||
descartes | |||
geopandas | |||
geopandas>=1.0.0 |
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 to be pain but this may actually cause other conflicts :D and I don't think you need a pin here at all.
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.
Ok, I will remove this pin ;)
matplotlib | ||
scikit-learn | ||
numpy | ||
numpy<2 |
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.
Is this needed?
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.
Yes, for now - pylibtiff
throws me errors when numpy
has the newest version.
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.
Okay!
I updated the package on PyPI and Conda-Forge ;) Thanks for your review and support! |
Thanks for a speedy response! |
Updated dependencies
Package version (main branch)
version: 0.5.1
Description
Updated dependencies -
GeoPandas
to version > 1, andpylibtiff
> 0.6, andnumpy
< 2Problem
Package won't work with GeoPandas, and this is a huge problem.
Solution
Updating dependencies.
Affected modules
Unit tests
Package check
(Optional) Additional info
Is feature related to literature? Does change require new dependencies? Any other information...