Spaces:
Build error
Build error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.0
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
+
pydantic==2.5.0
|
| 4 |
+
sqlalchemy==2.0.0
|
| 5 |
+
duckdb==0.9.0
|
| 6 |
+
spacy==3.7.0
|
| 7 |
+
transformers==4.35.0
|
| 8 |
+
torch==2.1.0
|
| 9 |
+
optapy==9.37.0b0
|
| 10 |
+
numpy==1.24.0
|
| 11 |
+
pandas==2.1.0
|
| 12 |
+
ifcopenshell==0.7.0
|
| 13 |
+
pytest==7.4.0
|
| 14 |
+
httpx==0.25.0
|
| 15 |
+
python-multipart==0.0.6
|
| 16 |
+
aiofiles==23.2.0
|