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

MNT: pin NumPy to v1 (until v2 is supported) #195

Closed
wants to merge 1 commit into from
Closed

Conversation

paddyroddy
Copy link
Member

Fixes (the necessary) bit of #189.

Can adjust once #163 is sorted.

@paddyroddy paddyroddy added the dependencies Pull requests that update a dependency file label Sep 11, 2024
@paddyroddy paddyroddy self-assigned this Sep 11, 2024
@paddyroddy paddyroddy linked an issue Sep 11, 2024 that may be closed by this pull request
@paddyroddy paddyroddy marked this pull request as ready for review September 11, 2024 15:17
@ntessore
Copy link
Collaborator

Hi, just catching up. The code seems to run fine with numpy v2 beyond the deprecation warning due to trapz vs trapezoid. Can we fix that import instead of excluding anyone who's running with numpy v2, such as me 😄

@paddyroddy
Copy link
Member Author

Hi, just catching up. The code seems to run fine with numpy v2 beyond the deprecation warning due to trapz vs trapezoid. Can we fix that import instead of excluding anyone who's running with numpy v2, such as me 😄

Sure. I ran with the tests locally with v2 and it passed, but wasn't sure if that was due to the tests being non-exhaustive. Will close this.

@paddyroddy paddyroddy closed this Sep 12, 2024
@paddyroddy paddyroddy deleted the pin-numpy branch September 12, 2024 07:50
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
None yet
Development

Successfully merging this pull request may close these issues.

Change dependencies to ~- syntax rather than >=
2 participants