Skip to content

Commit

Permalink
it seems scipy < 1.10 is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Borkowski committed Sep 17, 2024
1 parent 5213a2c commit d037943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
- python>=3.9, <3.12
- astropy>=5.0, <6.0
- numpy>=1.21
- scipy>=1.11
- scipy>=1.5,<1.10
- pyyaml # needed to read astropy ecsv file
- matplotlib>=3.4
- sherpa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
install_requires=["astropy>=5.0, <6.0", "numpy>=1.21", "scipy>=1.11", "pyyaml", "matplotlib>=3.4", "sherpa", "pre-commit", "gammapy<1.2"],
install_requires=["astropy>=5.0, <6.0", "numpy>=1.21", "scipy>=1.5,<1.10", "pyyaml", "matplotlib>=3.4", "sherpa", "pre-commit", "gammapy<1.2"],
python_requires=">=3.9,<3.12",
)

0 comments on commit d037943

Please sign in to comment.