salomonsky commited on
Commit
0085e96
1 Parent(s): e5e40cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -83
requirements.txt CHANGED
@@ -1,83 +1,15 @@
1
- absl-py==1.3.0
2
- addict==2.4.0
3
- appdirs==1.4.4
4
- audioread==2.1.9
5
- basicsr==1.4.2
6
- cachetools==5.2.0
7
- certifi==2021.10.8
8
- cffi==1.15.0
9
- charset-normalizer==2.0.12
10
- cos-python-sdk-v5==1.9.19
11
- crcmod==1.7
12
- cycler==0.11.0
13
- decorator==4.4.2
14
- dicttoxml==1.7.4
15
- dill==0.3.6
16
- facexlib==0.2.5
17
- filterpy==1.4.5
18
- fonttools==4.38.0
19
- future==0.18.2
20
- gfpgan==1.3.8
21
- google-auth==2.14.0
22
- google-auth-oauthlib==0.4.6
23
- grpcio==1.50.0
24
- idna==3.3
25
- imageio==2.22.3
26
- imageio-ffmpeg==0.4.7
27
- importlib-metadata==5.0.0
28
- joblib==1.1.0
29
- kafka-python==2.0.2
30
- kiwisolver==1.4.4
31
- librosa==0.9.1
32
- llvmlite==0.38.0
33
- lmdb==1.3.0
34
- Markdown==3.4.1
35
- MarkupSafe==2.1.1
36
- matplotlib==3.5.3
37
- moviepy==1.0.3
38
- multiprocess==0.70.14
39
- networkx==2.6.3
40
- numba==0.55.1
41
- numpy==1.21.5
42
- oauthlib==3.2.2
43
- opencv-contrib-python==4.5.5.62
44
- opencv-python==4.1.0.25
45
- packaging==21.3
46
- pandas==1.3.5
47
- Pillow==9.0.1
48
- pooch==1.6.0
49
- proglog==0.1.10
50
- protobuf==3.20.3
51
- pyasn1==0.4.8
52
- pyasn1-modules==0.2.8
53
- pycparser==2.21
54
- pycryptodome==3.15.0
55
- PyMySQL==1.0.2
56
- pyparsing==3.0.7
57
- python-dateutil==2.8.2
58
- pytz==2022.1
59
- PyWavelets==1.3.0
60
- PyYAML==6.0
61
- realesrgan==0.3.0
62
- requests==2.27.1
63
- requests-oauthlib==1.3.1
64
- resampy==0.2.2
65
- rsa==4.9
66
- scikit-image==0.19.3
67
- scikit-learn==1.0.2
68
- scipy==1.7.3
69
- six==1.16.0
70
- SoundFile==0.10.3.post1
71
- tb-nightly==2.11.0a20221031
72
- tensorboard-data-server==0.6.1
73
- tensorboard-plugin-wit==1.8.1
74
- threadpoolctl==3.1.0
75
- tifffile==2021.11.2
76
- torch==1.10.2
77
- torchvision==0.11.3
78
- tqdm==4.63.0
79
- typing_extensions==4.1.1
80
- urllib3==1.26.8
81
- Werkzeug==2.2.2
82
- yapf==0.32.0
83
- zipp==3.10.0
 
1
+ clip
2
+ gtts
3
+ scipy
4
+ numpy
5
+ torch
6
+ numba
7
+ ffmpeg
8
+ gradio
9
+ moviepy
10
+ librosa
11
+ Xformers
12
+ torchvision
13
+ transformers
14
+ opencv-python
15
+ opencv-contrib-python