Skip to content

Commit 04dec78

Browse files
committedMay 23, 2019
Changed scipy version in requirements
1 parent a2a8182 commit 04dec78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.16.2
2-
scipy>=1.2.1
2+
scipy==1.2.1
33
matplotlib>=3.0.2
44
pandas
55
Pillow

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
#"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
],
21-
install_requires=["numpy>=1.16.2", "scipy>=1.2.1", "matplotlib>=3.0.2", "pandas", "Pillow", "sqlalchemy", "statsmodels", "pingouin"]
21+
install_requires=["numpy>=1.16.2", "scipy==1.2.1", "matplotlib>=3.0.2", "pandas", "Pillow", "sqlalchemy", "statsmodels", "pingouin"]
2222
)

0 commit comments

Comments
 (0)
Please sign in to comment.