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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -10
requirements.txt CHANGED
@@ -1,18 +1,10 @@
1
- transformers
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