Skip to content

Commit

Permalink
Pin SciPy to <1.12 for now because of pyhht
Browse files Browse the repository at this point in the history
pyhht imports `angle` from SciPy, which since 1.12.0 should be imported
from NumPy. A fix was committed to pyhht, but a package with the fix is
yet to be released. Pinning a Git release with an existing PyPI package
can be tricky so this seems the best solution at this moment.

Ref: jaidevd/pyhht@4ac9aaf
  • Loading branch information
kerberizer committed Feb 22, 2024
1 parent 76a5931 commit 92d02f4
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 @@ -48,7 +48,7 @@
"pyhht",
"renishawWiRE", # rc1-parser
"scikit-learn",
"scipy>=1.8.0",
"scipy>=1.8.0,<1.12",
"spc-io~=0.0.2", # rc1-parser
"statsmodels",
"uncertainties",
Expand Down

0 comments on commit 92d02f4

Please sign in to comment.