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

Reduce numpy version constraint #27

Merged

Conversation

MitchellAcoustics
Copy link
Collaborator

numpy v2.0 is still quite new and some packages may not be compatible with it yet. For instance, Soundscapy currently restricts to numpy<2. We can use numpy >=v1.23.5 instead and maintain compatibility with the rest of the dependencies.

numpy v2.0 is still quite new and some packages may not be compatible with it yet. We can use numpy >=v1.8 instead.
numpy v2.0 is still quite new and some packages may not be compatible with it yet. We can use numpy >=v1.23.5 instead and still be compatible with the other dependencies.
@MitchellAcoustics MitchellAcoustics merged commit 12f7333 into Universite-Gustave-Eiffel:main Aug 2, 2024
1 check passed
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.

1 participant