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

numpy 1.2 requirement in the wheel file #142

Closed
segasai opened this issue Nov 15, 2024 · 2 comments
Closed

numpy 1.2 requirement in the wheel file #142

segasai opened this issue Nov 15, 2024 · 2 comments

Comments

@segasai
Copy link

segasai commented Nov 15, 2024

Hi,

I've been trying to understand why numpy 1.26 is being installed on my machine while pip installing some packages.
And I've traced it to chainconsumer I believe.

For some reason the wheel file ( from pypi) has this:
Requires-Python: >=3.10,<3.13
Requires-Dist: matplotlib (>=3.6.0,<4.0.0)
Requires-Dist: numpy (>=1.23.0,<2.0.0)

While the pyproject.tom has this line:
numpy = "^1.23.0"

Actually didn't know, but apparently this corresponds to numpy (>=1.23.0,<2.0.0)

Is this actually intended ?

Because I ran chainconsumer tests and they all pass fine with numpy 2.1...

Thanks

@Samreay
Copy link
Owner

Samreay commented Nov 16, 2024

Good shout, I'll update the dependency to be >=1.23.0

@Samreay
Copy link
Owner

Samreay commented Nov 16, 2024

ChainConsumer 1.1.3 is now out and should resolve this problem. Thanks for raising the issue :)

@Samreay Samreay closed this as completed Nov 16, 2024
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

No branches or pull requests

2 participants