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

Relax numpy dependency to <=2.1.0 #821

Open
tcompa opened this issue Aug 27, 2024 · 2 comments
Open

Relax numpy dependency to <=2.1.0 #821

tcompa opened this issue Aug 27, 2024 · 2 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@tcompa
Copy link
Collaborator

tcompa commented Aug 27, 2024

Some time ago we relaxed a numpy version constraint from "~1.23.5" to <2 (https://github.com/fractal-analytics-platform/fractal-tasks-core/pull/477/files). We did not mention any specific reason for not supporting v2, but maybe it was not even released yet.

We should test whether we can support numpy v2 (I'd say yes, by looking at the release notes), and relax the version constraint to accept v2.

Note that starting from 2.1.0 Python 3.9 is not supported any more. This is not an issue for us, if we use a constraint like numpy<=2.1.0 (which will install 2.0.2 on Python 3.9 and 2.1.0 on more recent Python).

@tcompa tcompa added the dependencies Pull requests that update a dependency file label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Development

No branches or pull requests

3 participants
@tcompa and others