Spaces:
Sleeping
Sleeping
Kota Takahashi
commited on
Commit
·
b8973ef
1
Parent(s):
230209e
requiements.txtのバージョンを指定
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
2 |
-
beautifulsoup4
|
3 |
-
requests
|
4 |
-
mecab-python3
|
5 |
-
unidic-lite
|
6 |
-
transformers
|
7 |
-
scikit-learn
|
8 |
gensim==3.8.3
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4==4.12.3
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
gensim==3.8.3
|
3 |
+
mecab-python3==1.0.9
|
4 |
+
requests==2.32.3
|
5 |
+
scikit-learn==1.3.2
|
6 |
+
sentencepiece==0.2.0
|
7 |
+
streamlit==1.35.0
|
8 |
+
torch==2.2.2
|
9 |
+
transformers==4.41.2
|
10 |
+
unidic-lite==1.0.8
|