Kangarroar commited on
Commit
0c8985d
1 Parent(s): 5335382

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -103
requirements.txt CHANGED
@@ -1,106 +1,14 @@
1
- absl-py==1.3.0
2
- aiohttp==3.8.3
3
- aiosignal==1.2.0
4
- appdirs==1.4.4
5
- asttokens==2.0.8
6
- async-timeout==4.0.2
7
- attrs==22.1.0
8
- audioread==3.0.0
9
- backcall==0.2.0
10
- cachetools==5.2.0
11
- cffi==1.15.1
12
- charset-normalizer==2.1.1
13
- colorama==0.4.6
14
- contourpy==1.0.5
15
- cycler==0.11.0
16
- debugpy==1.6.3
17
- decorator==5.1.1
18
- einops==0.5.0
19
- entrypoints==0.4
20
- executing==1.1.1
21
- fonttools==4.38.0
22
- frozenlist==1.3.1
23
- fsspec==2022.10.0
24
- future==0.18.2
25
- google-auth==2.13.0
26
- google-auth-oauthlib==0.4.6
27
- grpcio==1.50.0
28
- h5py==3.7.0
29
- idna==3.4
30
- imageio==2.22.2
31
- importlib-metadata==5.0.0
32
- ipykernel==6.16.2
33
- ipython==8.5.0
34
- jedi==0.18.1
35
- joblib==1.2.0
36
- jupyter_client==7.4.4
37
- jupyter_core==4.11.2
38
- kiwisolver==1.4.4
39
- librosa==0.9.1
40
- llvmlite==0.39.1
41
- Markdown==3.4.1
42
- MarkupSafe==2.1.1
43
- matplotlib==3.6.1
44
- matplotlib-inline==0.1.6
45
- multidict==6.0.2
46
- nest-asyncio==1.5.6
47
- networkx==2.8.7
48
- numba==0.56.3
49
- numpy==1.23.4
50
- oauthlib==3.2.2
51
- packaging==21.3
52
- parso==0.8.3
53
- pickleshare==0.7.5
54
- Pillow==9.2.0
55
- pooch==1.6.0
56
  praat-parselmouth==0.4.1
57
- prompt-toolkit==3.0.31
58
- protobuf==3.19.6
59
- psutil==5.9.3
60
- pure-eval==0.2.2
61
- pyasn1==0.4.8
62
- pyasn1-modules==0.2.8
63
- pycparser==2.21
64
- pycwt==0.3.0a22
65
- pyDeprecate==0.3.0
66
- Pygments==2.13.0
67
- pyloudnorm==0.1.0
68
- pyparsing==3.0.9
69
- python-dateutil==2.8.2
70
- pytorch-lightning==1.3.3
71
- PyWavelets==1.4.1
72
- PyYAML==5.4.1
73
- pyzmq==24.0.1
74
- requests==2.28.1
75
- requests-oauthlib==1.3.1
76
- resampy==0.4.2
77
- rsa==4.9
78
- scikit-image==0.19.3
79
- scikit-learn==1.1.3
80
- scipy==1.9.3
81
- six==1.16.0
82
- soundfile==0.11.0
83
- stack-data==0.5.1
84
- tensorboard==2.10.1
85
- tensorboard-data-server==0.6.1
86
- tensorboard-plugin-wit==1.8.1
87
- threadpoolctl==3.1.0
88
- tifffile==2022.10.10
89
- torch==1.12.1
90
- torchaudio==0.12.1
91
- torchcrepe==0.0.17
92
- torchmetrics==0.5.0
93
- torchvision==0.13.1
94
- tornado==6.2
95
- tqdm==4.64.1
96
- traitlets==5.5.0
97
- typing_extensions==4.4.0
98
- urllib3==1.26.12
99
- wcwidth==0.2.5
100
- webrtcvad==2.0.10
101
- Werkzeug==2.2.2
102
- wincertstore==0.2
103
- yarl==1.8.1
104
- zipp==3.10.0
105
  pyworld
106
  streamlit
 
1
+ torchcrepe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  praat-parselmouth==0.4.1
3
+ scikit-image
4
+ ipython
5
+ ipykernel
6
+ pyloudnorm
7
+ webrtcvad
8
+ h5py
9
+ einops
10
+ pycwt
11
+ torchmetrics==0.5
12
+ pytorch_lightning==1.3.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  pyworld
14
  streamlit