Skip to content

Commit

Permalink
Merge pull request #279 from cta-observatory/fix_scipy_vers
Browse files Browse the repository at this point in the history
Fix scipy to <1.12
  • Loading branch information
maxnoe authored Jan 22, 2024
2 parents 00ac483 + ea1a8d5 commit 0059d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/changes/279.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Temporarily fix scipy to <1.12 until gammapy supports API changes introduced with scipy 1.12.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- ipython
- jupyter
- matplotlib
- scipy
- scipy<1.12
- astropy=5
- setuptools
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
install_requires=[
"astropy>=5.3,<7.0.0a0",
"numpy>=1.21",
"scipy",
"scipy<1.12",
"tqdm",
],
include_package_data=True,
Expand Down

0 comments on commit 0059d3b

Please sign in to comment.