Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -25
requirements.txt
CHANGED
|
@@ -1,28 +1,8 @@
|
|
| 1 |
-
# Core dependencies
|
| 2 |
streamlit==1.29.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
uvicorn==0.24.0
|
| 6 |
-
pydantic==2.5.2
|
| 7 |
-
|
| 8 |
-
# 3D and visualization
|
| 9 |
-
trimesh==4.0.5
|
| 10 |
numpy==1.24.3
|
|
|
|
| 11 |
pillow==10.1.0
|
| 12 |
-
|
| 13 |
-
python-
|
| 14 |
-
|
| 15 |
-
# Database
|
| 16 |
-
aiosqlite==0.19.0
|
| 17 |
-
databases==0.8.0
|
| 18 |
-
alembic==1.12.1
|
| 19 |
-
|
| 20 |
-
# AI and NLP
|
| 21 |
-
transformers==4.36.0
|
| 22 |
-
torch==2.1.0
|
| 23 |
-
sentencepiece==0.1.99
|
| 24 |
-
|
| 25 |
-
# Utilities
|
| 26 |
-
python-dotenv==1.0.0
|
| 27 |
-
loguru==0.7.2
|
| 28 |
-
tqdm==4.66.1
|
|
|
|
|
|
|
| 1 |
streamlit==1.29.0
|
| 2 |
+
pandas==2.1.0
|
| 3 |
+
plotly==5.18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
numpy==1.24.3
|
| 5 |
+
pydeck==0.8.0
|
| 6 |
pillow==10.1.0
|
| 7 |
+
sqlalchemy==2.0.23
|
| 8 |
+
python-dotenv==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|