Skip to content

Commit

Permalink
set scipy to version 1.11.4 because peakdetect breaks as it does not …
Browse files Browse the repository at this point in the history
…support importing fft and ifft directly from scipy
  • Loading branch information
erdogant committed Feb 18, 2024
1 parent e1a32f8 commit 921624d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
peakdetect==1.1
scipy
scipy==1.11.4
matplotlib
numpy
pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
with open("README.md", "r", encoding='utf8') as fh:
long_description = fh.read()
setuptools.setup(
install_requires=['scipy',
install_requires=['scipy==1.11.4',
'matplotlib',
'numpy',
'pandas',
Expand Down

0 comments on commit 921624d

Please sign in to comment.