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

Restrict Numpy version <2.0 #33

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

resting-dove
Copy link
Contributor

Situation

Currently, Scikit-tt can't be run as-is after pulling the repo, since it uses np.infty, which was removed in numpy 2.0.
At least on my machine the requirements get evaluated to use numpy>=2.0.

Solution

Fixing the numpy version is very easy to do manually but I figure it might be nicer to have it in the requirements and done automatically.

@PGelss PGelss merged commit 5aa1d1d into PGelss:master Sep 11, 2024
1 check passed
@PGelss
Copy link
Owner

PGelss commented Sep 11, 2024

Thank you, Henri, for the quick solution!

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.

2 participants