Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -6,4 +6,13 @@ gradio
|
|
6 |
open3d
|
7 |
trimesh
|
8 |
plotly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
|
|
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 |
|