Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
# Pin to an older AGMM stack that matches legacy checkpoints
|
| 2 |
autogluon.multimodal==0.8.2
|
|
|
|
| 3 |
pytorch-lightning<2.2
|
| 4 |
omegaconf<2.4
|
| 5 |
-
torch==2.1.2
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
Pillow>=10.4.0
|
|
|
|
|
|
|
|
|
| 1 |
autogluon.multimodal==0.8.2
|
| 2 |
+
torch==2.1.2
|
| 3 |
pytorch-lightning<2.2
|
| 4 |
omegaconf<2.4
|
|
|
|
| 5 |
|
| 6 |
+
pandas==1.5.3
|
| 7 |
+
numpy==1.26.4
|
| 8 |
Pillow>=10.4.0
|
| 9 |
+
gradio==4.44.0
|