Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,10 @@ torchmetrics
|
|
| 6 |
omegaconf
|
| 7 |
shortuuid
|
| 8 |
# chumpy
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
transformers
|
| 11 |
diffusers
|
| 12 |
einops
|
|
|
|
| 6 |
omegaconf
|
| 7 |
shortuuid
|
| 8 |
# chumpy
|
| 9 |
+
pip>=24.0
|
| 10 |
+
setuptools>=68.0
|
| 11 |
+
wheel
|
| 12 |
+
chumpy==0.70 --only-binary :all:
|
| 13 |
transformers
|
| 14 |
diffusers
|
| 15 |
einops
|