Skip to content

Commit 82ea354

Browse files
author
Beat Buesser
committed
Update requirements to exclude scikit-learn 0.24 until tested
Signed-off-by: Beat Buesser <[email protected]>
1 parent 054da4c commit 82ea354

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
numpy==1.19.2
33
scipy==1.4.1
44
matplotlib==3.3.3
5-
scikit-learn>=0.22.2
5+
scikit-learn>=0.22.2,==0.23.*
66
six==1.15.0
77
Pillow==7.2.0
88
tqdm==4.49.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"numpy",
1111
"scipy>=1.4.1",
1212
"matplotlib",
13-
"scikit-learn>=0.22.2",
13+
"scikit-learn>=0.22.2,==0.23.*",
1414
"six",
1515
"setuptools",
1616
"Pillow",
@@ -32,7 +32,7 @@
3232
"numpy",
3333
"scipy>=1.4.1",
3434
"six>=1.13.0",
35-
"scikit-learn>=0.22.2",
35+
"scikit-learn>=0.22.2,==0.23.*",
3636
"Pillow>=6.0.0",
3737
]
3838

0 commit comments

Comments
 (0)