From 9d2729199447f8c67af8598de42323c68a089456 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 5 Nov 2024 23:58:55 +0100 Subject: [PATCH] Upgrade to streamlit 1.39.0 --- pixi.toml | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.toml b/pixi.toml index cd0013b..ad9b05c 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0599202..849bee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] diff --git a/requirements.txt b/requirements.txt index 2b0cd5b..7f638f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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