From 86201fe31d56fe992e36ea024cfc8e53391ae018 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Wed, 30 Aug 2023 19:54:44 +0200 Subject: [PATCH] (feat) add hummingbot library to environment --- environment_conda.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/environment_conda.yml b/environment_conda.yml index 2662b5c..d35aeb4 100644 --- a/environment_conda.yml +++ b/environment_conda.yml @@ -1,11 +1,14 @@ name: dashboard channels: + - defaults - conda-forge dependencies: - - python=3.9 + - python=3.10 - sqlalchemy + - pydantic=1.9.* - pip - pip: + - hummingbot - streamlit - watchdog - plotly @@ -13,7 +16,7 @@ dependencies: - glom - defillama - statsmodels - - pandas_ta + - pandas_ta==0.3.14b - pyyaml - commlib-py - jupyter