Spaces:
Runtime error
Runtime error
added sklearn
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
captum==0.5.0
|
2 |
-
graphviz==0.20.1
|
3 |
Markdown==3.4.1
|
4 |
matplotlib==3.6.2
|
5 |
numpy==1.22.3
|
6 |
-
opencv_python_headless==4.6.0.66
|
7 |
pandas==1.5.2
|
8 |
Pillow==9.4.0
|
9 |
plotly==5.11.0
|
@@ -14,4 +11,4 @@ torch==1.10.1
|
|
14 |
torchvision==0.11.2
|
15 |
tqdm==4.64.1
|
16 |
transformers==4.25.1
|
17 |
-
|
|
|
|
|
|
|
1 |
Markdown==3.4.1
|
2 |
matplotlib==3.6.2
|
3 |
numpy==1.22.3
|
|
|
4 |
pandas==1.5.2
|
5 |
Pillow==9.4.0
|
6 |
plotly==5.11.0
|
|
|
11 |
torchvision==0.11.2
|
12 |
tqdm==4.64.1
|
13 |
transformers==4.25.1
|
14 |
+
scikit-learn
|