fabiogra commited on
Commit
9945a13
1 Parent(s): a6178f2

fix: py3.10, streamlit 1.24, remove streamlit config

Browse files
Files changed (4) hide show
  1. .streamlit/config.toml +0 -4
  2. Dockerfile +1 -1
  3. requirements.in +1 -1
  4. requirements.txt +33 -33
.streamlit/config.toml DELETED
@@ -1,4 +0,0 @@
1
- [server]
2
- enableXsrfProtection = false
3
- enableCORS = false
4
- enableWebsocketCompression = false
 
 
 
 
 
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # syntax=docker/dockerfile:1
2
 
3
- FROM python:3.8
4
 
5
 
6
  RUN apt-get update && \
 
1
  # syntax=docker/dockerfile:1
2
 
3
+ FROM python:3.10
4
 
5
 
6
  RUN apt-get update && \
requirements.in CHANGED
@@ -1,4 +1,4 @@
1
- streamlit==1.22.0
2
  demucs==4.0.0
3
  plotly==5.13.0
4
  pandas==1.5.3
 
1
+ streamlit==1.24.1
2
  demucs==4.0.0
3
  plotly==5.13.0
4
  pandas==1.5.3
requirements.txt CHANGED
@@ -1,21 +1,21 @@
1
  #
2
- # This file is autogenerated by pip-compile with Python 3.8
3
  # by the following command:
4
  #
5
  # pip-compile --output-file=requirements.txt --resolver=backtracking requirements.in
6
  #
7
- altair==4.2.2
8
  # via streamlit
9
  antlr4-python3-runtime==4.9.3
10
  # via omegaconf
11
  appdirs==1.4.4
12
  # via pooch
13
  attrs==23.1.0
14
- # via jsonschema
 
 
15
  audioread==3.0.0
16
  # via librosa
17
- backports-zoneinfo==0.2.1
18
- # via tzlocal
19
  blinker==1.6.2
20
  # via streamlit
21
  brotli==1.0.9
@@ -28,9 +28,9 @@ certifi==2023.5.7
28
  # yt-dlp
29
  cffi==1.15.1
30
  # via soundfile
31
- charset-normalizer==3.1.0
32
  # via requests
33
- click==8.1.3
34
  # via streamlit
35
  cloudpickle==2.2.1
36
  # via submitit
@@ -52,28 +52,20 @@ dora-search==0.1.12
52
  # via demucs
53
  einops==0.6.1
54
  # via demucs
55
- entrypoints==0.4
56
- # via altair
57
  filelock==3.12.2
58
  # via torch
59
  fonttools==4.40.0
60
  # via matplotlib
61
  gitdb==4.0.10
62
  # via gitpython
63
- gitpython==3.1.31
64
  # via streamlit
65
  htbuilder==0.6.1
66
  # via -r requirements.in
67
  idna==3.4
68
  # via requests
69
- importlib-metadata==6.7.0
70
- # via
71
- # numba
72
- # streamlit
73
- importlib-resources==5.12.0
74
- # via
75
- # jsonschema
76
- # matplotlib
77
  jinja2==3.1.2
78
  # via
79
  # altair
@@ -83,8 +75,10 @@ joblib==1.3.1
83
  # via
84
  # librosa
85
  # scikit-learn
86
- jsonschema==4.17.3
87
  # via altair
 
 
88
  julius==0.2.7
89
  # via demucs
90
  kaleido==0.2.1
@@ -154,17 +148,15 @@ pandas==1.5.3
154
  # -r requirements.in
155
  # altair
156
  # streamlit
157
- pillow==10.0.0
158
  # via
159
  # matplotlib
160
  # streamlit
161
- pkgutil-resolve-name==1.3.10
162
- # via jsonschema
163
  plotly==5.13.0
164
  # via -r requirements.in
165
  pooch==1.6.0
166
  # via librosa
167
- protobuf==3.20.3
168
  # via streamlit
169
  pyarrow==12.0.1
170
  # via streamlit
@@ -182,8 +174,6 @@ pympler==1.0.1
182
  # via streamlit
183
  pyparsing==3.1.0
184
  # via matplotlib
185
- pyrsistent==0.19.3
186
- # via jsonschema
187
  python-dateutil==2.8.2
188
  # via
189
  # matplotlib
@@ -193,10 +183,16 @@ pytube==12.1.3
193
  # via -r requirements.in
194
  pytz==2023.3
195
  # via pandas
 
 
196
  pyyaml==6.0
197
  # via
198
  # demucs
199
  # omegaconf
 
 
 
 
200
  requests==2.31.0
201
  # via
202
  # pooch
@@ -207,9 +203,13 @@ retrying==1.3.4
207
  # via dora-search
208
  rich==13.4.2
209
  # via streamlit
 
 
 
 
210
  scikit-learn==1.3.0
211
  # via librosa
212
- scipy==1.10.1
213
  # via
214
  # librosa
215
  # scikit-learn
@@ -225,7 +225,7 @@ soxr==0.3.5
225
  # via librosa
226
  stqdm==0.0.5
227
  # via -r requirements.in
228
- streamlit==1.22.0
229
  # via
230
  # -r requirements.in
231
  # stqdm
@@ -275,12 +275,14 @@ treetable==0.2.5
275
  # via dora-search
276
  typing-extensions==4.7.1
277
  # via
 
278
  # librosa
279
- # rich
280
  # streamlit
281
  # submitit
282
  # torch
283
- tzlocal==5.0.1
 
 
284
  # via streamlit
285
  urllib3==2.0.3
286
  # via requests
@@ -290,7 +292,5 @@ websockets==11.0.3
290
  # via yt-dlp
291
  yt-dlp==2023.3.4
292
  # via -r requirements.in
293
- zipp==3.15.0
294
- # via
295
- # importlib-metadata
296
- # importlib-resources
 
1
  #
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
  # by the following command:
4
  #
5
  # pip-compile --output-file=requirements.txt --resolver=backtracking requirements.in
6
  #
7
+ altair==5.0.1
8
  # via streamlit
9
  antlr4-python3-runtime==4.9.3
10
  # via omegaconf
11
  appdirs==1.4.4
12
  # via pooch
13
  attrs==23.1.0
14
+ # via
15
+ # jsonschema
16
+ # referencing
17
  audioread==3.0.0
18
  # via librosa
 
 
19
  blinker==1.6.2
20
  # via streamlit
21
  brotli==1.0.9
 
28
  # yt-dlp
29
  cffi==1.15.1
30
  # via soundfile
31
+ charset-normalizer==3.2.0
32
  # via requests
33
+ click==8.1.4
34
  # via streamlit
35
  cloudpickle==2.2.1
36
  # via submitit
 
52
  # via demucs
53
  einops==0.6.1
54
  # via demucs
 
 
55
  filelock==3.12.2
56
  # via torch
57
  fonttools==4.40.0
58
  # via matplotlib
59
  gitdb==4.0.10
60
  # via gitpython
61
+ gitpython==3.1.32
62
  # via streamlit
63
  htbuilder==0.6.1
64
  # via -r requirements.in
65
  idna==3.4
66
  # via requests
67
+ importlib-metadata==6.8.0
68
+ # via streamlit
 
 
 
 
 
 
69
  jinja2==3.1.2
70
  # via
71
  # altair
 
75
  # via
76
  # librosa
77
  # scikit-learn
78
+ jsonschema==4.18.0
79
  # via altair
80
+ jsonschema-specifications==2023.6.1
81
+ # via jsonschema
82
  julius==0.2.7
83
  # via demucs
84
  kaleido==0.2.1
 
148
  # -r requirements.in
149
  # altair
150
  # streamlit
151
+ pillow==9.5.0
152
  # via
153
  # matplotlib
154
  # streamlit
 
 
155
  plotly==5.13.0
156
  # via -r requirements.in
157
  pooch==1.6.0
158
  # via librosa
159
+ protobuf==4.23.4
160
  # via streamlit
161
  pyarrow==12.0.1
162
  # via streamlit
 
174
  # via streamlit
175
  pyparsing==3.1.0
176
  # via matplotlib
 
 
177
  python-dateutil==2.8.2
178
  # via
179
  # matplotlib
 
183
  # via -r requirements.in
184
  pytz==2023.3
185
  # via pandas
186
+ pytz-deprecation-shim==0.1.0.post0
187
+ # via tzlocal
188
  pyyaml==6.0
189
  # via
190
  # demucs
191
  # omegaconf
192
+ referencing==0.29.1
193
+ # via
194
+ # jsonschema
195
+ # jsonschema-specifications
196
  requests==2.31.0
197
  # via
198
  # pooch
 
203
  # via dora-search
204
  rich==13.4.2
205
  # via streamlit
206
+ rpds-py==0.8.10
207
+ # via
208
+ # jsonschema
209
+ # referencing
210
  scikit-learn==1.3.0
211
  # via librosa
212
+ scipy==1.11.1
213
  # via
214
  # librosa
215
  # scikit-learn
 
225
  # via librosa
226
  stqdm==0.0.5
227
  # via -r requirements.in
228
+ streamlit==1.24.1
229
  # via
230
  # -r requirements.in
231
  # stqdm
 
275
  # via dora-search
276
  typing-extensions==4.7.1
277
  # via
278
+ # altair
279
  # librosa
 
280
  # streamlit
281
  # submitit
282
  # torch
283
+ tzdata==2023.3
284
+ # via pytz-deprecation-shim
285
+ tzlocal==4.3.1
286
  # via streamlit
287
  urllib3==2.0.3
288
  # via requests
 
292
  # via yt-dlp
293
  yt-dlp==2023.3.4
294
  # via -r requirements.in
295
+ zipp==3.16.0
296
+ # via importlib-metadata