Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +13 -25
requirements.txt
CHANGED
|
@@ -1,25 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
numpy
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
# Testing (optional)
|
| 16 |
-
pytest>=7.0.0
|
| 17 |
-
pytest-cov>=4.0.0
|
| 18 |
-
|
| 19 |
-
# Optional: For advanced features
|
| 20 |
-
scipy>=1.7.0
|
| 21 |
-
scikit-learn>=1.0.0
|
| 22 |
-
|
| 23 |
-
networkx>=2.6.3
|
| 24 |
-
dash>=2.0.0
|
| 25 |
-
qiskit==0.44.0
|
|
|
|
| 1 |
+
gradio[oauth,mcp]==5.49.1
|
| 2 |
+
networkx
|
| 3 |
+
matplotlib
|
| 4 |
+
pillow
|
| 5 |
+
numpy
|
| 6 |
+
scipy
|
| 7 |
+
uvicorn>=0.14.0
|
| 8 |
+
datasets
|
| 9 |
+
huggingface-hub>=0.30
|
| 10 |
+
hf-transfer>=0.1.4
|
| 11 |
+
protobuf<4
|
| 12 |
+
click<8.1
|
| 13 |
+
pydantic>=2.0,<2.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|