We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054da4c commit 82ea354Copy full SHA for 82ea354
requirements.txt
@@ -2,7 +2,7 @@
2
numpy==1.19.2
3
scipy==1.4.1
4
matplotlib==3.3.3
5
-scikit-learn>=0.22.2
+scikit-learn>=0.22.2,==0.23.*
6
six==1.15.0
7
Pillow==7.2.0
8
tqdm==4.49.0
setup.py
@@ -10,7 +10,7 @@
10
"numpy",
11
"scipy>=1.4.1",
12
"matplotlib",
13
- "scikit-learn>=0.22.2",
+ "scikit-learn>=0.22.2,==0.23.*",
14
"six",
15
"setuptools",
16
"Pillow",
@@ -32,7 +32,7 @@
32
33
34
"six>=1.13.0",
35
36
"Pillow>=6.0.0",
37
]
38
0 commit comments