Skip to content

Commit

Permalink
fix: revert streamlit to 1.22 to maintain style compatibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogra committed Jul 11, 2023
1 parent de22091 commit e27d1c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
streamlit==1.24.1
streamlit==1.22.*
demucs==4.0.0
plotly==5.13.0
pandas==1.5.3
Expand Down
17 changes: 7 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt --resolver=backtracking requirements.in
#
altair==5.0.1
altair==4.2.2
# via streamlit
antlr4-python3-runtime==4.9.3
# via omegaconf
Expand Down Expand Up @@ -52,6 +52,8 @@ dora-search==0.1.12
# via demucs
einops==0.6.1
# via demucs
entrypoints==0.4
# via altair
filelock==3.12.2
# via torch
fonttools==4.40.0
Expand Down Expand Up @@ -148,15 +150,15 @@ pandas==1.5.3
# -r requirements.in
# altair
# streamlit
pillow==9.5.0
pillow==10.0.0
# via
# matplotlib
# streamlit
plotly==5.13.0
# via -r requirements.in
pooch==1.6.0
# via librosa
protobuf==4.23.4
protobuf==3.20.3
# via streamlit
pyarrow==12.0.1
# via streamlit
Expand All @@ -183,8 +185,6 @@ pytube==12.1.3
# via -r requirements.in
pytz==2023.3
# via pandas
pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==6.0
# via
# demucs
Expand Down Expand Up @@ -225,7 +225,7 @@ soxr==0.3.5
# via librosa
stqdm==0.0.5
# via -r requirements.in
streamlit==1.24.1
streamlit==1.22.0
# via
# -r requirements.in
# stqdm
Expand Down Expand Up @@ -275,14 +275,11 @@ treetable==0.2.5
# via dora-search
typing-extensions==4.7.1
# via
# altair
# librosa
# streamlit
# submitit
# torch
tzdata==2023.3
# via pytz-deprecation-shim
tzlocal==4.3.1
tzlocal==5.0.1
# via streamlit
urllib3==2.0.3
# via requests
Expand Down

0 comments on commit e27d1c4

Please sign in to comment.