Spaces:
Running
Running
abdiharyadi
commited on
Commit
β’
8e8900c
1
Parent(s):
0db1397
fix: attempting to limit the Scikit-Learn version to 1.0.2 to resolve importing issue (handle typo)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
gitpython
|
2 |
scipy>=1.7.2
|
3 |
-
|
4 |
|
5 |
accelerate==0.32.1
|
6 |
amrlib==0.8.0
|
|
|
1 |
gitpython
|
2 |
scipy>=1.7.2
|
3 |
+
scikit_learn>=1.0.2
|
4 |
|
5 |
accelerate==0.32.1
|
6 |
amrlib==0.8.0
|