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