Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Scipy version fix to avoid conflict with obspy.
(scipy.signal.hann is deprecated since scipy 1.13.0 and called in obspy).
  • Loading branch information
thurinj committed Apr 5, 2024
1 parent a363b70 commit da8ea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def run_tests(self):
# (consider using a conda based installation instead)
install_requires=[
"numpy",
"scipy",
"scipy<1.13.0",
"pandas",
"xarray",
"netCDF4",
Expand Down

0 comments on commit da8ea0e

Please sign in to comment.