From b0b4c274397d1a209a68d821f19d268672eba13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Thu, 19 Jan 2023 18:02:12 +0100 Subject: [PATCH] Fix protobuf incompatibility blocking CI (#16441) * [WIP] Fix protobuf incompatibility blocking CI * 1.0.0 bad, try 1.9.0 * 1.9.0 bad, try 1.16.0 * 1.16.0 good, try 1.13.0 --- requirements/app/ui.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/app/ui.txt b/requirements/app/ui.txt index 49ef442f61..e98dd902ed 100644 --- a/requirements/app/ui.txt +++ b/requirements/app/ui.txt @@ -1,2 +1,2 @@ -streamlit>=1.0.0, <1.16.1 +streamlit>=1.13.0, <1.16.1 panel>=0.12.7, <=0.13.1