vvitcheff commited on
Commit
16a484a
·
1 Parent(s): 41312c2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +133 -0
requirements.txt ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ aiofiles==23.1.0
3
+ aiohttp==3.8.4
4
+ aiosignal==1.3.1
5
+ altair==4.2.2
6
+ anyio==3.6.2
7
+ astunparse==1.6.3
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ audioread==3.0.0
11
+ cachetools==5.3.0
12
+ certifi==2023.5.7
13
+ cffi==1.15.1
14
+ charset-normalizer==3.1.0
15
+ click==7.1.2
16
+ coloredlogs==15.0.1
17
+ contourpy==1.0.7
18
+ cycler==0.11.0
19
+ decorator==5.1.1
20
+ entrypoints==0.4
21
+ fastapi==0.95.1
22
+ ffmpeg-python==0.2.0
23
+ ffmpy==0.3.0
24
+ filelock==3.12.0
25
+ flatbuffers==23.3.3
26
+ fonttools==4.39.3
27
+ frozenlist==1.3.3
28
+ fsspec==2023.5.0
29
+ future==0.18.3
30
+ gast==0.4.0
31
+ google-auth==2.17.3
32
+ google-auth-oauthlib==1.0.0
33
+ google-pasta==0.2.0
34
+ gradio==3.28.3
35
+ gradio_client==0.2.1
36
+ grpcio==1.54.0
37
+ h11==0.12.0
38
+ h2==4.1.0
39
+ h5py==3.8.0
40
+ hpack==4.0.0
41
+ httpcore==0.13.7
42
+ httpx==0.19.0
43
+ huggingface-hub==0.14.1
44
+ humanfriendly==10.0
45
+ hyperframe==6.0.1
46
+ idna==3.4
47
+ importlib-metadata==6.6.0
48
+ importlib-resources==5.12.0
49
+ jax==0.4.8
50
+ Jinja2==3.1.2
51
+ joblib==1.2.0
52
+ jsonschema==4.17.3
53
+ keras==2.12.0
54
+ kiwisolver==1.4.4
55
+ libclang==16.0.0
56
+ librosa==0.8.1
57
+ linkify-it-py==2.0.2
58
+ llvmlite==0.38.1
59
+ Markdown==3.4.3
60
+ markdown-it-py==2.2.0
61
+ MarkupSafe==2.1.2
62
+ matplotlib==3.7.1
63
+ mdit-py-plugins==0.3.3
64
+ mdurl==0.1.2
65
+ ml-dtypes==0.1.0
66
+ mpmath==1.3.0
67
+ multidict==6.0.4
68
+ norbert==0.2.1
69
+ numba==0.55.2
70
+ numpy==1.22.4
71
+ oauthlib==3.2.2
72
+ onnx==1.14.0
73
+ onnxruntime==1.14.1
74
+ opencv-python==4.7.0.72
75
+ opt-einsum==3.3.0
76
+ orjson==3.8.12
77
+ packaging==23.1
78
+ pandas==1.5.3
79
+ Pillow==9.5.0
80
+ pkgutil_resolve_name==1.3.10
81
+ platformdirs==3.5.0
82
+ pooch==1.7.0
83
+ protobuf==3.20.3
84
+ pyasn1==0.5.0
85
+ pyasn1-modules==0.3.0
86
+ pycparser==2.21
87
+ pydantic==1.10.7
88
+ pydub==0.25.1
89
+ Pygments==2.15.1
90
+ pyparsing==3.0.9
91
+ pyrsistent==0.19.3
92
+ python-dateutil==2.8.2
93
+ python-multipart==0.0.6
94
+ pytz==2023.3
95
+ PyYAML==6.0
96
+ random2==1.0.1
97
+ regex==2023.5.5
98
+ requests==2.30.0
99
+ requests-oauthlib==1.3.1
100
+ resampy==0.4.2
101
+ rfc3986==1.5.0
102
+ rsa==4.9
103
+ scikit-learn==1.2.2
104
+ scipy==1.10.1
105
+ semantic-version==2.10.0
106
+ six==1.16.0
107
+ sniffio==1.3.0
108
+ soundfile==0.12.1
109
+ spleeter==2.3.2
110
+ starlette==0.26.1
111
+ sympy==1.11.1
112
+ tensorboard==2.12.3
113
+ tensorboard-data-server==0.7.0
114
+ tensorflow==2.12.0
115
+ tensorflow-estimator==2.12.0
116
+ tensorflow-io-gcs-filesystem==0.32.0
117
+ termcolor==2.3.0
118
+ threadpoolctl==3.1.0
119
+ tokenizers==0.13.3
120
+ toolz==0.12.0
121
+ tqdm==4.65.0
122
+ transformers==4.28.1
123
+ typer==0.3.2
124
+ typing_extensions==4.5.0
125
+ tzdata==2023.3
126
+ uc-micro-py==1.0.2
127
+ urllib3==2.0.2
128
+ uvicorn==0.22.0
129
+ websockets==11.0.3
130
+ Werkzeug==2.3.4
131
+ wrapt==1.14.1
132
+ yarl==1.9.2
133
+ zipp==3.15.0