Skip to content

Commit

Permalink
Upgrade to streamlit 1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 5, 2024
1 parent c6e52b3 commit 9d27291
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ zstandard = ">=0.23.0,<0.24"
py-rattler = ">=0.7.0,<0.8"
conda-forge-metadata = ">=0.11.0,<0.12"
conda-oci-mirror = ">=0.1.0,<0.2"
streamlit = ">=1.38.0,<2"
streamlit = ">=1.39.0,<2"
streamlit-searchbox = "==0.1.19"
setuptools = "*" # can be removed after conda-oci-mirror gets rid of it, https://github.com/channel-mirrors/conda-oci-mirror/pull/40

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"py-rattler>=0.7.0,<0.8",
"conda-forge-metadata>=0.11.0,<0.12",
"conda-oci-mirror@git+https://github.com/channel-mirrors/conda-oci-mirror.git#egg=25ea3e436f0b0bc5a9c646121efafc9c68e116cd", # v0.1.0
"streamlit>=1.38.0,<2",
"streamlit>=1.39.0,<2",
"streamlit-searchbox==0.1.19",
"setuptools",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ zstandard==0.23.0
py-rattler==0.7.0
conda-forge-metadata==0.10.0
git+https://github.com/channel-mirrors/conda-oci-mirror.git@25ea3e436f0b0bc5a9c646121efafc9c68e116cd # v0.1.0
streamlit==1.38.0
streamlit==1.39.0
streamlit-searchbox==0.1.19
setuptools

0 comments on commit 9d27291

Please sign in to comment.