Update requirements.txt
Browse files- requirements.txt +2 -10
requirements.txt
CHANGED
@@ -1,18 +1,10 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
diffusers
|
4 |
-
safetensors
|
5 |
-
gradio
|
6 |
-
open3d
|
7 |
-
trimesh
|
8 |
-
plotly
|
9 |
-
trimesh==3.9.29 # Ensure compatibility with Hugging Face environment
|
10 |
plotly>=5.0
|
11 |
torch>=1.9
|
12 |
transformers>=4.9
|
13 |
gradio>=3.0
|
14 |
numpy
|
15 |
scipy
|
16 |
-
requests
|
17 |
Pillow
|
|
|
18 |
|
|
|
1 |
+
trimesh==3.9.29 # Specific version known to work well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
plotly>=5.0
|
3 |
torch>=1.9
|
4 |
transformers>=4.9
|
5 |
gradio>=3.0
|
6 |
numpy
|
7 |
scipy
|
|
|
8 |
Pillow
|
9 |
+
requests
|
10 |
|