Skip to content

Commit 0a241bb

Browse files
authored
Update setup.py
1 parent 731341f commit 0a241bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"rbm": [
1616
"matplotlib",
1717
"pandas<=1.4.3",
18-
"scipy>=0.17",
18+
"scipy>=0.17,<=1.10.1",
1919
"scikit-learn<1.2.0",
2020
"cvxpy>=1.1",
2121
"numpy<=1.24.3",
@@ -57,6 +57,7 @@
5757
"protodash": [
5858
"scikit-learn",
5959
"xport",
60+
"scipy>=0.17,<=1.10.1",
6061
"cvxpy",
6162
"requests",
6263
],

0 commit comments

Comments
 (0)