Skip to content
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

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Conversation

SimonMolinsky
Copy link
Member

Updated dependencies

Package version (main branch)

version: 0.5.1

Description

Updated dependencies - GeoPandas to version > 1, and pylibtiff > 0.6, and numpy < 2

Problem

Package won't work with GeoPandas, and this is a huge problem.

Solution

Updating dependencies.

Affected modules

  • n/a

Unit tests

  • n/a

Package check

  • All tests passed
  • Documentation updated
  • [-] All tutorials are working properly

(Optional) Additional info

Is feature related to literature? Does change require new dependencies? Any other information...

@SimonMolinsky SimonMolinsky linked an issue Jun 26, 2024 that may be closed by this pull request
@SimonMolinsky
Copy link
Member Author

I'm merging it. This is the problem with GA scripts.

@SimonMolinsky SimonMolinsky merged commit 044367d into main Jun 26, 2024
11 of 14 checks passed
@@ -1,8 +1,8 @@
descartes
geopandas
geopandas>=1.0.0
Copy link
Contributor

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.

Copy link
Member Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed?

Copy link
Member Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay!

@SimonMolinsky
Copy link
Member Author

@martinfleis

I updated the package on PyPI and Conda-Forge ;) Thanks for your review and support!

@martinfleis
Copy link
Contributor

Thanks for a speedy response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

need for pylibtiff==0.5.1 pin?
2 participants