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