Spaces:
Running
Running
jeanpoll
commited on
Commit
·
a35f1fc
1
Parent(s):
b61ae8d
another try for requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
langid==1.1.6
|
| 2 |
-
numpy
|
| 3 |
-
pandas
|
| 4 |
regex
|
| 5 |
scikit-learn==0.24.1
|
| 6 |
sentence-transformers==1.0.4
|
| 7 |
tensorflow==2.6.0
|
| 8 |
tensorflow-hub>=0.12.0
|
| 9 |
tensorflow-text==2.6.0
|
|
|
|
| 10 |
tokenizers==0.10.1
|
| 11 |
torch>=1.8.0
|
| 12 |
-
umap-learn==0.5.1
|
| 13 |
-
dateparser==1.0.0
|
| 14 |
transformers>=4.3
|
| 15 |
gradio>=2.7
|
|
|
|
| 1 |
langid==1.1.6
|
| 2 |
+
numpy
|
| 3 |
+
pandas
|
| 4 |
regex
|
| 5 |
scikit-learn==0.24.1
|
| 6 |
sentence-transformers==1.0.4
|
| 7 |
tensorflow==2.6.0
|
| 8 |
tensorflow-hub>=0.12.0
|
| 9 |
tensorflow-text==2.6.0
|
| 10 |
+
keras==2.6
|
| 11 |
tokenizers==0.10.1
|
| 12 |
torch>=1.8.0
|
|
|
|
|
|
|
| 13 |
transformers>=4.3
|
| 14 |
gradio>=2.7
|