Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
b5767ab
1
Parent(s): d237855
fix: slim Space deps (gradio + pydantic + matplotlib + numpy only)
Browse files- requirements.txt +3 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
uvicorn==0.29.0
|
| 3 |
pydantic==2.7.1
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
python-multipart==0.0.9
|
| 7 |
-
openenv-core>=0.2.0
|
| 8 |
-
gradio>=4.44.0
|
| 9 |
-
matplotlib>=3.8.0
|
| 10 |
-
numpy>=1.26.0
|
|
|
|
| 1 |
+
gradio==4.44.1
|
|
|
|
| 2 |
pydantic==2.7.1
|
| 3 |
+
matplotlib==3.8.4
|
| 4 |
+
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|