Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
huggingface_hub>=0.20.0
|
|
|
|
| 1 |
+
# ๋ฒ์ ์ํ โ pre-built wheel ์ฌ์ฉ์ผ๋ก ๋น๋ ์๋ ๊ฐ์
|
| 2 |
+
streamlit>=1.39.0
|
| 3 |
+
pandas>=2.0,<3
|
| 4 |
+
pyarrow>=15.0
|
| 5 |
+
plotly>=5.0
|
| 6 |
+
networkx>=3.0
|
| 7 |
+
pyvis>=0.3.2
|
| 8 |
huggingface_hub>=0.20.0
|