Skip to content

Commit

Permalink
bump minimum scipy to 1.8 to fix #177
Browse files Browse the repository at this point in the history
Bumped minimum Scipy function to 1.8 to fix issue #177. Closes #177
  • Loading branch information
raoulcollenteur committed Jan 10, 2023
1 parent 7acc504 commit 4e2b8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ matplotlib>=3.1

pandas>=1.1

scipy>=1.3
scipy>=1.8

jupyter>=1.0.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
install_requires=['numpy>=1.17, <1.24',
'matplotlib>=3.1',
'pandas>=1.1',
'scipy>=1.3'],
'scipy>=1.8'],
packages=find_packages(exclude=[]),
extras_require={
"full": ["numba>=0.51", "lmfit>=1.0.0"],
Expand Down

0 comments on commit 4e2b8b0

Please sign in to comment.