From 862ac31b5c4349519cc2c472bca5bfcee1944c95 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Tue, 9 Aug 2022 10:52:41 +0200 Subject: [PATCH] bump streamlit version (#3002) --- ui/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/setup.py b/ui/setup.py index 74990111c..b818e230c 100644 --- a/ui/setup.py +++ b/ui/setup.py @@ -36,5 +36,5 @@ setup( ], packages=find_packages(), python_requires=">=3.7, <4", - install_requires=["streamlit>=1.2.0, <1.10", "st-annotated-text>=2.0.0, <3", "markdown>=3.3.4, <4"], + install_requires=["streamlit>=1.2.0, <2", "st-annotated-text>=2.0.0, <3", "markdown>=3.3.4, <4"], )