Spaces:
Build error
Build error
Sam Passaglia
commited on
Commit
•
14c5579
1
Parent(s):
8088096
simplify requirements
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
fugashi
|
4 |
ipadic==1.0.0
|
5 |
jumandic==1.0.0
|
6 |
jaconv==0.3
|
@@ -11,9 +11,8 @@ spacy
|
|
11 |
scikit-learn==1.2.0
|
12 |
speach==0.1a15.post1
|
13 |
torch==1.13.1
|
14 |
-
transformers
|
15 |
-
datasets
|
16 |
pynvml==11.4.1
|
17 |
-
sentencepiece
|
18 |
-
|
19 |
-
streamlit==1.18.1
|
|
|
1 |
+
numpy>=1.24.0
|
2 |
+
pandas>=1.5.2
|
3 |
+
fugashi>=1.2.1
|
4 |
ipadic==1.0.0
|
5 |
jumandic==1.0.0
|
6 |
jaconv==0.3
|
|
|
11 |
scikit-learn==1.2.0
|
12 |
speach==0.1a15.post1
|
13 |
torch==1.13.1
|
14 |
+
transformers>=4.25.1
|
15 |
+
datasets>=2.7.1
|
16 |
pynvml==11.4.1
|
17 |
+
sentencepiece>=0.1.97
|
18 |
+
streamlit>=1.18.1
|
|