Spaces:
Runtime error
Runtime error
shlomihod
commited on
Commit
·
6c25427
1
Parent(s):
3482c99
add huggingface packages
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
|
|
|
|
1 |
numpy
|
2 |
pandas
|
3 |
matplotlib
|
4 |
scikit-learn
|
5 |
-
spacy
|
|
|
1 |
+
datasets
|
2 |
+
huggingface_hub
|
3 |
numpy
|
4 |
pandas
|
5 |
matplotlib
|
6 |
scikit-learn
|
7 |
+
spacy
|