Spaces:
Runtime error
Runtime error
santialferez
commited on
Commit
•
4052366
1
Parent(s):
6ffab9d
fix error in scikit
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,6 +4,7 @@ torch==2.0.1
|
|
4 |
torchvision==0.15.2
|
5 |
|
6 |
# fastai library
|
|
|
7 |
fastai==2.7.12
|
8 |
timm==0.9.2
|
9 |
-
plotly==5.15.0
|
|
|
4 |
torchvision==0.15.2
|
5 |
|
6 |
# fastai library
|
7 |
+
scikit-learn==1.2.2
|
8 |
fastai==2.7.12
|
9 |
timm==0.9.2
|
10 |
+
plotly==5.15.0
|