From cce2078487875fdfd9148d4f7f2be8eb93e95a5c Mon Sep 17 00:00:00 2001 From: cardosofede Date: Mon, 20 May 2024 17:57:25 -0500 Subject: [PATCH] (feat) apply environment changes --- environment_conda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment_conda.yml b/environment_conda.yml index e53657c..c903dd2 100644 --- a/environment_conda.yml +++ b/environment_conda.yml @@ -4,12 +4,11 @@ channels: - conda-forge dependencies: - python=3.10 - - sqlalchemy - - pydantic=1.9.* + - sqlalchemy=1.4 - pip - pip: - hummingbot - - streamlit + - streamlit==1.33.0 - watchdog - python-dotenv - plotly @@ -26,3 +25,4 @@ dependencies: - st-pages - streamlit-elements==0.1.* - streamlit-authenticator + - pydantic==1.10.4