edf commited on
Commit
65e32e5
1 Parent(s): 9552312

rebuilt requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +125 -192
requirements.txt CHANGED
@@ -1,192 +1,125 @@
1
- absl-py
2
- aiofiles
3
- aiohttp
4
- aiosignal
5
- alembic
6
- altair
7
- annotated-types
8
- antlr4-python3-runtime
9
- anyio
10
- asteroid-filterbanks
11
- async-timeout
12
- attrs
13
- audioread
14
- backoff
15
- backports.cached-property
16
- bcrypt
17
- cachetools
18
- certifi
19
- cffi
20
- chardet
21
- charset-normalizer
22
- chroma-hnswlib
23
- chromadb
24
- click
25
- cmaes
26
- cmake
27
- colorama
28
- coloredlogs
29
- colorlog
30
- contourpy
31
- cycler
32
- dataclasses-json
33
- decorator
34
- docopt
35
- einops
36
- exceptiongroup
37
- fastapi
38
- ffmpy
39
- filelock
40
- flatbuffers
41
- fonttools
42
- frozenlist
43
- fsspec
44
- google-auth
45
- google-auth-oauthlib
46
- gradio
47
- gradio_client
48
- greenlet
49
- grpcio
50
- h11
51
- hmmlearn
52
- httpcore
53
- httptools
54
- httpx
55
- huggingface-hub
56
- humanfriendly
57
- HyperPyYAML
58
- idna
59
- importlib-resources
60
- Jinja2
61
- joblib
62
- jsonschema
63
- jsonschema-specifications
64
- julius
65
- kiwisolver
66
- langchain
67
- langsmith
68
- librosa
69
- lit
70
- llvmlite
71
- Mako
72
- Markdown
73
- markdown-it-py
74
- MarkupSafe
75
- marshmallow
76
- matplotlib
77
- mdurl
78
- monotonic
79
- mpmath
80
- multidict
81
- mypy-extensions
82
- networkx
83
- nltk
84
- numba
85
- numexpr
86
- numpy
87
- nvidia-cublas-cu11
88
- nvidia-cuda-cupti-cu11
89
- nvidia-cuda-nvrtc-cu11
90
- nvidia-cuda-runtime-cu11
91
- nvidia-cudnn-cu11
92
- nvidia-cufft-cu11
93
- nvidia-curand-cu11
94
- nvidia-cusolver-cu11
95
- nvidia-cusparse-cu11
96
- nvidia-nccl-cu11
97
- nvidia-nvtx-cu11
98
- oauthlib
99
- omegaconf
100
- onnxruntime
101
- openai
102
- optuna
103
- orjson
104
- overrides
105
- packaging
106
- pandas
107
- Pillow
108
- platformdirs
109
- pooch
110
- posthog
111
- primePy
112
- protobuf
113
- pulsar-client
114
- pyannote.audio
115
- pyannote.core
116
- pyannote.database
117
- pyannote.metrics
118
- pyannote.pipeline
119
- pyasn1
120
- pyasn1-modules
121
- pycparser
122
- pydantic
123
- pydantic_core
124
- pyDeprecate
125
- pydub
126
- Pygments
127
- pyparsing
128
- PyPika
129
- pysrt
130
- python-dateutil
131
- python-dotenv
132
- python-multipart
133
- pytorch-lightning
134
- pytorch-metric-learning
135
- pytz
136
- PyYAML
137
- referencing
138
- regex
139
- requests
140
- requests-oauthlib
141
- resampy
142
- rich
143
- rpds-py
144
- rsa
145
- ruamel.yaml
146
- ruamel.yaml.clib
147
- safetensors
148
- scikit-learn
149
- scipy
150
- semantic-version
151
- semver
152
- sentence-transformers
153
- sentencepiece
154
- shellingham
155
- simplejson
156
- singledispatchmethod
157
- six
158
- sniffio
159
- sortedcontainers
160
- SoundFile
161
- speechbrain
162
- SQLAlchemy
163
- starlette
164
- sympy
165
- tabulate
166
- tenacity
167
- tensorboard
168
- tensorboard-data-server
169
- threadpoolctl
170
- tiktoken
171
- tokenizers
172
- toolz
173
- torch
174
- torch-audiomentations
175
- torch-pitch-shift
176
- torchaudio
177
- torchmetrics
178
- torchvision
179
- tqdm
180
- transformers
181
- triton
182
- typer
183
- typing-inspect
184
- typing_extensions
185
- tzdata
186
- urllib3
187
- uvicorn
188
- uvloop
189
- watchfiles
190
- websockets
191
- Werkzeug
192
- yarl
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.1.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ backoff==2.2.1
10
+ bcrypt==4.0.1
11
+ certifi==2023.7.22
12
+ charset-normalizer==3.2.0
13
+ chroma-hnswlib==0.7.3
14
+ chromadb==0.4.13
15
+ click==8.1.7
16
+ cmake==3.27.5
17
+ coloredlogs==15.0.1
18
+ contourpy==1.1.1
19
+ cycler==0.11.0
20
+ dataclasses-json==0.6.1
21
+ exceptiongroup==1.1.3
22
+ fastapi==0.103.1
23
+ ffmpy==0.3.1
24
+ filelock==3.12.4
25
+ flatbuffers==23.5.26
26
+ fonttools==4.42.1
27
+ frozenlist==1.4.0
28
+ fsspec==2023.9.2
29
+ gradio==3.45.1
30
+ gradio_client==0.5.2
31
+ greenlet==2.0.2
32
+ h11==0.14.0
33
+ httpcore==0.18.0
34
+ httptools==0.6.0
35
+ httpx==0.25.0
36
+ huggingface-hub==0.17.3
37
+ humanfriendly==10.0
38
+ idna==3.4
39
+ importlib-resources==6.1.0
40
+ Jinja2==3.1.2
41
+ joblib==1.3.2
42
+ jsonpatch==1.33
43
+ jsonpointer==2.4
44
+ jsonschema==4.19.1
45
+ jsonschema-specifications==2023.7.1
46
+ kiwisolver==1.4.5
47
+ langchain==0.0.304
48
+ langsmith==0.0.41
49
+ lit==17.0.1
50
+ MarkupSafe==2.1.3
51
+ marshmallow==3.20.1
52
+ matplotlib==3.8.0
53
+ monotonic==1.6
54
+ mpmath==1.3.0
55
+ multidict==6.0.4
56
+ mypy-extensions==1.0.0
57
+ networkx==3.1
58
+ nltk==3.8.1
59
+ numexpr==2.8.7
60
+ numpy==1.26.0
61
+ nvidia-cublas-cu11==11.10.3.66
62
+ nvidia-cuda-cupti-cu11==11.7.101
63
+ nvidia-cuda-nvrtc-cu11==11.7.99
64
+ nvidia-cuda-runtime-cu11==11.7.99
65
+ nvidia-cudnn-cu11==8.5.0.96
66
+ nvidia-cufft-cu11==10.9.0.58
67
+ nvidia-curand-cu11==10.2.10.91
68
+ nvidia-cusolver-cu11==11.4.0.1
69
+ nvidia-cusparse-cu11==11.7.4.91
70
+ nvidia-nccl-cu11==2.14.3
71
+ nvidia-nvtx-cu11==11.7.91
72
+ onnxruntime==1.16.0
73
+ orjson==3.9.7
74
+ overrides==7.4.0
75
+ packaging==23.1
76
+ pandas==2.1.1
77
+ Pillow==10.0.1
78
+ posthog==3.0.2
79
+ protobuf==4.24.3
80
+ pulsar-client==3.3.0
81
+ pydantic==2.4.1
82
+ pydantic_core==2.10.1
83
+ pydub==0.25.1
84
+ pyparsing==3.1.1
85
+ PyPika==0.48.9
86
+ python-dateutil==2.8.2
87
+ python-dotenv==1.0.0
88
+ python-multipart==0.0.6
89
+ pytz==2023.3.post1
90
+ PyYAML==6.0.1
91
+ referencing==0.30.2
92
+ regex==2023.8.8
93
+ requests==2.31.0
94
+ rpds-py==0.10.3
95
+ safetensors==0.3.3
96
+ scikit-learn==1.3.1
97
+ scipy==1.11.3
98
+ semantic-version==2.10.0
99
+ sentence-transformers==2.2.2
100
+ sentencepiece==0.1.99
101
+ six==1.16.0
102
+ sniffio==1.3.0
103
+ SQLAlchemy==2.0.21
104
+ starlette==0.27.0
105
+ sympy==1.12
106
+ tenacity==8.2.3
107
+ threadpoolctl==3.2.0
108
+ tokenizers==0.13.3
109
+ toolz==0.12.0
110
+ torch==2.0.1
111
+ torchvision==0.15.2
112
+ tqdm==4.66.1
113
+ transformers==4.33.3
114
+ triton==2.0.0
115
+ typer==0.9.0
116
+ typing==3.7.4.3
117
+ typing-inspect==0.9.0
118
+ typing_extensions==4.8.0
119
+ tzdata==2023.3
120
+ urllib3==2.0.5
121
+ uvicorn==0.23.2
122
+ uvloop==0.17.0
123
+ watchfiles==0.20.0
124
+ websockets==11.0.3
125
+ yarl==1.9.2