plaidam commited on
Commit
e4568ca
·
verified ·
1 Parent(s): 942b688

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -3
requirements.txt CHANGED
@@ -1,23 +1,30 @@
 
 
 
 
 
1
  torch
2
  torchsde
3
  torchvision
4
  torchaudio
5
- numpy>=1.25.0
 
6
  einops
7
  transformers>=4.28.1
8
  tokenizers>=0.13.3
9
  sentencepiece
10
  safetensors>=0.4.2
 
 
11
  aiohttp
12
  pyyaml
13
  Pillow>=9.5.0
14
- scipy
15
  tqdm
16
  psutil
17
  gradio
18
  huggingface_hub
19
 
20
- # Install only DensePose which will include detectron2 as a dependency
21
  git+https://github.com/facebookresearch/detectron2.git@v0.6#subdirectory=projects/DensePose
22
 
23
  # Additional dependencies
 
1
+ # Core numeric packages first
2
+ numpy==1.25.0
3
+ scipy>=1.11.0
4
+
5
+ # PyTorch ecosystem
6
  torch
7
  torchsde
8
  torchvision
9
  torchaudio
10
+
11
+ # Machine learning packages
12
  einops
13
  transformers>=4.28.1
14
  tokenizers>=0.13.3
15
  sentencepiece
16
  safetensors>=0.4.2
17
+
18
+ # Utilities
19
  aiohttp
20
  pyyaml
21
  Pillow>=9.5.0
 
22
  tqdm
23
  psutil
24
  gradio
25
  huggingface_hub
26
 
27
+ # Install detectron2 and densepose
28
  git+https://github.com/facebookresearch/detectron2.git@v0.6#subdirectory=projects/DensePose
29
 
30
  # Additional dependencies