insanecoder69 commited on
Commit
07b8206
·
verified ·
1 Parent(s): 3d5ae22

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +36 -59
requirements.txt CHANGED
@@ -1,59 +1,36 @@
1
- audioread==3.0.1
2
- gradio==3.36.0
3
- uvicorn>=0.14.0
4
- charset-normalizer==3.3.2
5
- cycler==0.11.0
6
- decorator==5.1.1
7
- ffmpeg-python==0.2.0
8
- filelock==3.12.2
9
- freetype-py==2.5.1
10
- fsspec==2023.1.0
11
- future==1.0.0
12
- huggingface-hub==0.16.4
13
- idna==3.10
14
- imageio==2.31.2
15
- imageio-ffmpeg==0.5.1
16
- importlib-metadata==6.7.0
17
- importlib-resources==5.12.0
18
- joblib==1.3.2
19
- kiwisolver==1.4.5
20
- librosa==0.9.2
21
- llvmlite==0.39.1
22
- matplotlib==3.2.2
23
- networkx==2.6.3
24
- numba==0.56.4
25
- numpy==1.21.6
26
- opencv-python==4.7.0.72
27
- packaging==24.0
28
- Pillow==9.5.0
29
- platformdirs==4.0.0
30
- pooch==1.8.2
31
- psutil==6.0.0
32
- pycparser==2.21
33
- pyglet==1.5.29
34
- PyOpenGL==3.1.0
35
- pyparsing==3.1.4
36
- pyrender==0.1.45
37
- python-dateutil==2.9.0.post0
38
- python-speech-features==0.6
39
- PyYAML==6.0.1
40
- regex==2024.4.16
41
- requests==2.31.0
42
- resampy==0.4.3
43
- scikit-learn==1.0.2
44
- scipy==1.7.3
45
- six==1.16.0
46
- smplx==0.1.28
47
- soundfile==0.12.1
48
- TextGrid==1.6.1
49
- threadpoolctl==3.1.0
50
- tokenizers==0.12.1
51
- torch==1.10.1
52
- torchvision
53
- torchaudio
54
- tqdm==4.64.1
55
- transformers==4.22.2
56
- trimesh==3.14.1
57
- typing_extensions==4.7.1
58
- urllib3==2.0.7
59
- zipp==3.15.0
 
1
+ umpy
2
+ smplx
3
+ shapely
4
+ freetype-py
5
+ imageio
6
+ networkx
7
+ pyglet==1.4.0a1
8
+ six
9
+ sphinx
10
+ sphinx_rtd_theme
11
+ sphinx-automodapi
12
+ mapbox_earcut
13
+ chumpy
14
+ gdown
15
+ MoviePy
16
+
17
+ transformers~=4.22.2
18
+ torch~=1.10.1
19
+ torchaudio~=0.10.1
20
+ matplotlib~=3.2.2
21
+ torchvision~=0.11.2
22
+ textgrid~=1.5
23
+ scikit-learn~=1.0.2
24
+ smplx~=0.1.28
25
+ opencv-python~=4.7.0.72
26
+
27
+ trimesh~=3.14.1
28
+ gradio~=3.24.1
29
+ tqdm~=4.64.1
30
+ librosa~=0.9.2
31
+ scipy~=1.7.3
32
+ pandas~=1.3.5
33
+ zmq~=0.0.0
34
+ pyzmq~=25.0.2
35
+ pillow~=9.2.0
36
+ setuptools~=65.6.3