Skip to content

Commit af7d37e

Browse files
committed
updated reqs to fix binder
1 parent 6b6af83 commit af7d37e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cvxopt!=1.2.5.post1,==1.*,>=1.2.0
2-
cvxpy==1.*,>=1.1.10
3-
matplotlib==3.*,>=3.2.0
4-
numpy==1.*,>=1.12.0
1+
cvxopt>=1.2.0,<=1.2.5
2+
cvxpy>=1.1.10
3+
matplotlib>=3.2.0
4+
numpy>=1.12.0
55
pandas>=0.19
6-
scikit-learn==0.*,>=0.19.0
7-
scipy==1.*,>=1.3.0
6+
scikit-learn>=0.19.0
7+
scipy>=1.3.0

0 commit comments

Comments
 (0)