vivekchakraverty commited on
Commit
1c46bb2
·
verified ·
1 Parent(s): b6079e7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -19
requirements.txt CHANGED
@@ -1,24 +1,24 @@
1
- torch>=2.1.0
2
- torchvision>=0.16.0
3
 
4
- gradio>=4.44.0,<6
 
 
5
 
6
- # Correct ViTPose class is VitPoseForPoseEstimation; keep transformers recent.
7
- transformers>=4.51.1,<5
 
 
8
 
9
- opencv-python-headless>=4.8.0,<5
10
- pygltflib>=1.16.0
 
 
 
11
 
12
- numpy>=1.26,<2
13
- scipy>=1.11.0,<2
14
- Pillow>=10.0.0,<12
 
15
 
16
- timm>=0.9.0
17
- requests>=2.31.0
18
- gdown>=5.1.0
19
- python-dotenv>=1.0.0
20
-
21
- blender
22
- ffmpeg
23
- libgl1
24
- libglib2.0-0
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
 
2
 
3
+ torch
4
+ torchvision
5
+ torchaudio
6
 
7
+ numpy<2
8
+ scipy>=1.11,<2
9
+ Pillow>=10,<12
10
+ opencv-python-headless>=4.9,<5
11
 
12
+ transformers>=4.41,<5
13
+ timm>=0.9
14
+ huggingface-hub>=0.30
15
+ safetensors>=0.4
16
+ accelerate>=0.30
17
 
18
+ requests>=2.31
19
+ gdown>=5.1
20
+ python-dotenv>=1.0
21
+ tqdm>=4.66
22
 
23
+ pygltflib>=1.16
24
+ trimesh>=4.0