Spaces:
Sleeping
Sleeping
Andrej
commited on
Commit
·
0f2526e
1
Parent(s):
b8aa3f2
removed all unnecessary requirements from file
Browse files- requirements.txt +3 -10
requirements.txt
CHANGED
@@ -1,13 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
ipywidgets
|
4 |
-
matplotlib
|
5 |
-
nbdev>=0.2.12
|
6 |
pandas
|
|
|
7 |
scikit_learn
|
8 |
-
sentencepiece
|
9 |
-
torch
|
10 |
gradio
|
11 |
-
numpy
|
12 |
-
jupyter
|
13 |
-
autogluon.text==0.6.3b20230123
|
|
|
1 |
+
autogluon.text==0.6.3b20230123
|
2 |
+
torch
|
|
|
|
|
|
|
3 |
pandas
|
4 |
+
numpy
|
5 |
scikit_learn
|
|
|
|
|
6 |
gradio
|
|
|
|
|
|