Skip to content

Commit fa2dabe

Browse files
Fix scipy version error
1 parent 13e846d commit fa2dabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pandas==1.0.5
66
pytest==5.4.3
77
PyYAML==5.3.1
88
scikit-learn==0.23.1
9-
scipy==1.6.0
9+
scipy==1.5.4
1010
six==1.15.0
1111
tqdm==4.56.0
1212
xgboost==1.1.1

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pytz==2020.1
3131
PyYAML==5.3.1
3232
retrying==1.3.3
3333
scikit-learn==0.23.1
34-
scipy==1.6.0
34+
scipy==1.5.4
3535
six==1.15.0
3636
stevedore==3.3.0
3737
threadpoolctl==2.1.0

0 commit comments

Comments
 (0)