Skip to content

Commit

Permalink
Merge pull request gammapy#5327 from registerrier/env_dev
Browse files Browse the repository at this point in the history
Temporary fix for CI with numpy 2.0
  • Loading branch information
registerrier authored Jun 21, 2024
2 parents 532e3d6 + f14245a commit 676eba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies:
- regions>=0.5
- matplotlib>=3.4
- scipy!=1.10
- iminuit>=2.8.0
- extension-helpers
# test dependencies
- codecov
Expand Down Expand Up @@ -77,6 +76,7 @@ dependencies:
- pyinstrument
- memray
- pip:
- iminuit>=2.26
- sherpa
- pytest-sphinx
- ray[default]>=2.9
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ test =
sphinx
docs =
astropy>=5.0,<5.3
numpy<2.0
sphinx-astropy
sphinx
sphinx-click
Expand Down

0 comments on commit 676eba3

Please sign in to comment.