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 aef89c6 commit 9b15ad5Copy full SHA for 9b15ad5
pipfile
@@ -9,7 +9,7 @@ pandas = ">=0.19"
9
cvxpy = "==1.*,>=1.1.10"
10
cvxopt = "!=1.2.5.post1,==1.*,>=1.2.0"
11
matplotlib = "==3.*,>=3.2.0"
12
-scikit-learn = "==0.*,>=0.19.0"
+scikit-learn = "==0.*,>=0.24.1"
13
14
[dev-packages]
15
black = "==20.*,>=20.8.0.b1"
requirements.txt
@@ -3,5 +3,5 @@ cvxpy>=1.1.10
3
matplotlib>=3.2.0
4
numpy>=1.12.0
5
pandas>=0.19
6
-scikit-learn>=0.19.0
+scikit-learn>=0.24.1
7
scipy>=1.3.0
0 commit comments