Skip to content

Commit f40e654

Browse files
committed
MNT bump minimum version dependencies
1 parent dc4051f commit f40e654

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.11
2-
scipy>=0.17
3-
scikit-learn>=0.23
1+
numpy>=1.13.3
2+
scipy>=0.19.1
3+
scikit-learn>=0.24
44
joblib>=0.11

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
INSTALL_REQUIRES = [
3939
'numpy>=1.13.3',
4040
'scipy>=0.19.1',
41-
'scikit-learn>=0.23',
41+
'scikit-learn>=0.24',
4242
'joblib>=0.11'
4343
]
4444
EXTRAS_REQUIRE = {

0 commit comments

Comments
 (0)