Trejskab commited on
Commit
3baa52d
·
verified ·
1 Parent(s): a841f05

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -17
requirements.txt CHANGED
@@ -1,23 +1,24 @@
 
 
1
  torch
2
  torchaudio
3
  torchvision
4
- numpy==1.23.4
5
- scipy==1.10.1
6
  numba
7
- yacs==0.1.8
8
- joblib==1.1.0
9
  pyyaml
10
- imageio==2.19.3
11
- imageio-ffmpeg==0.4.7
12
- scikit-image==0.19.3
13
- opencv-python==4.8.1.78
14
- facexlib==0.3.0
15
- gfpgan==1.3.8
16
- face_alignment==1.3.5
17
- librosa==0.9.2
18
- pydub==0.25.1
19
- resampy==0.3.1
20
- kornia==0.6.8
21
- gradio==3.50.2
22
  requests
23
- safetensors
 
1
+ setuptools
2
+ wheel
3
  torch
4
  torchaudio
5
  torchvision
6
+ numpy
7
+ scipy
8
  numba
9
+ yacs
10
+ joblib
11
  pyyaml
12
+ imageio
13
+ imageio-ffmpeg
14
+ scikit-image
15
+ opencv-python
16
+ facexlib
17
+ gfpgan
18
+ face_alignment
19
+ librosa
20
+ pydub
21
+ resampy
22
+ kornia
 
23
  requests
24
+ safetensors