Skip to content

Commit 5f9c05d

Browse files
committed
Bump scikit-learn version
1 parent ed77718 commit 5f9c05d

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
@@ -17,7 +17,7 @@ pandas>=0.25.0,<2.0.0
1717
tqdm>=4.33.0,<5.0.0
1818

1919
# Internal models
20-
scikit-learn>=0.20.2,<0.22.0
20+
scikit-learn>=0.23.0,<0.25.0
2121
torch>=1.2.0,<2.0.0
2222
munkres>=1.0.6
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"scipy>=1.2.0,<2.0.0",
4141
"pandas>=0.25.0,<2.0.0",
4242
"tqdm>=4.33.0,<5.0.0",
43-
"scikit-learn>=0.20.2,<0.22.0",
43+
"scikit-learn>=0.23.0,<0.25.0",
4444
"torch>=1.2.0,<2.0.0",
4545
"tensorboard>=1.14.0,<2.0.0",
4646
"networkx>=2.2,<2.4",

0 commit comments

Comments
 (0)