Spaces:
Paused
Paused
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy>=1.26.0
|
| 2 |
+
Pillow>=10.0.0
|
| 3 |
+
trimesh>=4.0.0
|
| 4 |
+
hydra-core>=1.3.0
|
| 5 |
+
omegaconf>=2.3.0
|
| 6 |
+
einops>=0.7.0
|
| 7 |
+
loguru>=0.7.0
|
| 8 |
+
seaborn==0.13.2
|
| 9 |
+
jaxtyping
|
| 10 |
+
rich
|
| 11 |
+
torchvision
|
| 12 |
+
opencv-python-headless>=4.8.0
|
| 13 |
+
ninja
|