nithinm19 commited on
Commit
661c168
1 Parent(s): 1038ffe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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