Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
huggingface-hub
|
3 |
diffusers==0.24.0
|
4 |
einops==0.7.0
|
5 |
Pillow==10.1.0
|
@@ -16,4 +15,5 @@ kiui
|
|
16 |
trimesh
|
17 |
xatlas
|
18 |
ninja
|
19 |
-
pymeshlab
|
|
|
|
1 |
+
huggingface-hub==0.19.4 # Explicitly pin to a compatible version
|
|
|
2 |
diffusers==0.24.0
|
3 |
einops==0.7.0
|
4 |
Pillow==10.1.0
|
|
|
15 |
trimesh
|
16 |
xatlas
|
17 |
ninja
|
18 |
+
pymeshlab
|
19 |
+
onnxruntime
|