From 65edb077eac4fa81ec58e421fcba2ba8a383f5b9 Mon Sep 17 00:00:00 2001 From: CV-Neurognos <68961272+CV-Neurognos@users.noreply.github.com> Date: Mon, 31 Jan 2022 11:41:31 -0300 Subject: [PATCH] Update Pipfile --- frontend/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Pipfile b/frontend/Pipfile index 027d8de..9e7c2ff 100644 --- a/frontend/Pipfile +++ b/frontend/Pipfile @@ -20,7 +20,7 @@ pydeck = ">=0.1.dev5" pympler = ">=0.9" python-dateutil = "*" requests = "*" -streamlit = "1.4.0" +streamlit = "1.3.1" streamlit-webrtc = ">=0.34.1" scipy = "*" toml = "*"