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

Pin numpy to 2.0.0rc1 #16

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip_pre = true
# Note that we install all dependencies in all environments to catch any
# side effects and make sure all test suites pass with all packages
deps =
astropy[all,test]
astropy[test]

asdf_astropy-!dev,all-!dev: asdf_astropy[test]
asdf_astropy-dev,all-dev: asdf_astropy[test] @ git+https://github.com/astropy/asdf-astropy.git
Expand Down Expand Up @@ -56,6 +56,8 @@ deps =
sunpy-!dev,all-!dev: sunpy[tests,all]
sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/sunpy/sunpy.git

numpy==2.0.0rc1

skip_install = true

allowlist_externals =
Expand Down
Loading