Ben Prystawski commited on
Commit
d96935a
1 Parent(s): 64425f4

added requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +158 -0
requirements.txt ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.1
3
+ aiosignal==1.3.1
4
+ alembic==1.13.1
5
+ altair==5.2.0
6
+ annotated-types==0.6.0
7
+ antlr4-python3-runtime==4.9.3
8
+ anyio==4.2.0
9
+ archspec==0.2.2
10
+ asteroid-filterbanks==0.4.0
11
+ async-timeout==4.0.3
12
+ attrs==23.1.0
13
+ audioread==3.0.1
14
+ boltons==23.1.1
15
+ Brotli==1.1.0
16
+ certifi==2023.11.17
17
+ cffi==1.16.0
18
+ charset-normalizer==3.3.2
19
+ click==8.1.7
20
+ colorama==0.4.6
21
+ colorlog==6.8.0
22
+ conda==23.10.0
23
+ conda-libmamba-solver==23.12.0
24
+ conda-package-handling==2.2.0
25
+ conda_package_streaming==0.9.0
26
+ cycler==0.12.1
27
+ decorator==5.1.1
28
+ distro==1.8.0
29
+ docopt==0.6.2
30
+ einops==0.7.0
31
+ exceptiongroup==1.2.0
32
+ fastapi==0.103.0
33
+ ffmpy==0.3.0
34
+ filelock==3.13.1
35
+ frozenlist==1.4.1
36
+ fsspec==2023.12.2
37
+ gradio==4.11.0
38
+ gradio_client==0.7.3
39
+ h11==0.14.0
40
+ h2==4.1.0
41
+ hpack==4.0.0
42
+ httpcore==1.0.2
43
+ httpx==0.26.0
44
+ huggingface-hub==0.20.0
45
+ hyperframe==6.0.1
46
+ HyperPyYAML==1.2.2
47
+ idna==3.6
48
+ importlib-metadata==7.0.1
49
+ importlib-resources==6.1.1
50
+ Jinja2==3.1.2
51
+ joblib==1.3.2
52
+ jsonpatch==1.33
53
+ jsonpointer==2.4
54
+ jsonschema==4.20.0
55
+ jsonschema-specifications==2023.12.1
56
+ julius==0.2.7
57
+ kiwisolver==1.4.5
58
+ lazy_loader==0.3
59
+ libmambapy==1.5.6
60
+ librosa==0.10.1
61
+ lightning==2.1.3
62
+ lightning-utilities==0.10.0
63
+ llvmlite==0.41.1
64
+ Mako==1.3.0
65
+ markdown-it-py==3.0.0
66
+ MarkupSafe==2.1.3
67
+ matplotlib==3.4.3
68
+ mdurl==0.1.0
69
+ more-itertools==10.1.0
70
+ mpmath==1.3.0
71
+ msgpack==1.0.7
72
+ multidict==6.0.4
73
+ munkres==1.1.4
74
+ networkx==3.2.1
75
+ numba==0.58.1
76
+ numpy==1.26.2
77
+ omegaconf==2.3.0
78
+ openai==1.6.1
79
+ openai-whisper==20231117
80
+ optuna==3.5.0
81
+ orjson==3.9.10
82
+ packaging==23.2
83
+ pandas==2.1.4
84
+ Pillow==10.1.0
85
+ pip==23.3.2
86
+ pip-chill==1.0.3
87
+ pkgutil_resolve_name==1.3.10
88
+ platformdirs==4.1.0
89
+ pluggy==1.3.0
90
+ pooch==1.8.0
91
+ primePy==1.3
92
+ protobuf==4.25.1
93
+ pyannote.audio==3.1.1
94
+ pyannote.core==5.0.0
95
+ pyannote.database==5.0.1
96
+ pyannote.metrics==3.2.1
97
+ pyannote.pipeline==3.0.1
98
+ pycosat==0.6.6
99
+ pycparser==2.21
100
+ pydantic==2.5.3
101
+ pydantic_core==2.14.6
102
+ pydub==0.25.1
103
+ Pygments==2.17.2
104
+ pyparsing==3.1.1
105
+ PySocks==1.7.1
106
+ python-dateutil==2.8.2
107
+ python-multipart==0.0.6
108
+ pytorch-lightning==2.1.3
109
+ pytorch-metric-learning==2.4.1
110
+ pytz==2023.3.post1
111
+ PyYAML==6.0.1
112
+ referencing==0.32.0
113
+ regex==2023.12.25
114
+ requests==2.31.0
115
+ rich==13.7.0
116
+ rpds-py==0.16.2
117
+ ruamel.yaml==0.18.5
118
+ ruamel.yaml.clib==0.2.7
119
+ scikit-learn==1.3.2
120
+ SciPy==1.11.4
121
+ semantic-version==2.10.0
122
+ semver==3.0.2
123
+ sentencepiece==0.1.99
124
+ setuptools==68.2.2
125
+ shellingham==1.5.4
126
+ six==1.16.0
127
+ sniffio==1.3.0
128
+ sortedcontainers==2.4.0
129
+ soundfile==0.12.1
130
+ soxr==0.3.7
131
+ speechbrain==0.5.16
132
+ SQLAlchemy==2.0.24
133
+ starlette==0.27.0
134
+ sympy==1.12
135
+ tabulate==0.9.0
136
+ tensorboardX==2.6.2.2
137
+ threadpoolctl==3.2.0
138
+ tiktoken==0.5.2
139
+ tomlkit==0.12.0
140
+ toolz==0.12.0
141
+ torch==2.1.2
142
+ torch-audiomentations==0.11.0
143
+ torch-pitch-shift==1.2.4
144
+ torchaudio==2.1.2
145
+ torchmetrics==1.2.1
146
+ tornado==6.3.3
147
+ tqdm==4.66.1
148
+ truststore==0.8.0
149
+ typer==0.9.0
150
+ typing_extensions==4.9.0
151
+ tzdata==2023.3
152
+ urllib3==2.1.0
153
+ uvicorn==0.25.0
154
+ websockets==11.0.3
155
+ wheel==0.42.0
156
+ yarl==1.9.4
157
+ zipp==3.17.0
158
+ zstandard==0.22.0