From 17ad7e52bef72bdc203022ae938e98ac196e70e3 Mon Sep 17 00:00:00 2001 From: Maxime Borry Date: Wed, 26 Jun 2024 12:07:20 +0200 Subject: [PATCH] dep: pin streamlit max version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1db4f0e..1653f52 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def get_version(rel_path): "tabulate", "jsonschema", "rich", - "streamlit", + "streamlit<=1.35.0", "streamlit-aggrid", "numpy", "requests",