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
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  gitpython
2
  scipy>=1.7.2
3
- scikit-learn>=1.0.2
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