From 81e3d8bb09184b9e80cd722121fdef376ede0ed5 Mon Sep 17 00:00:00 2001 From: david-hummingbot <85695272+david-hummingbot@users.noreply.github.com> Date: Thu, 9 Oct 2025 02:21:09 +0800 Subject: [PATCH 1/2] matching PR for #7796 - matching PR for #7796 --- environment.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/environment.yml b/environment.yml index 120f84bd..13f710c3 100644 --- a/environment.yml +++ b/environment.yml @@ -9,15 +9,13 @@ dependencies: - boto3 - libcxx - python-dotenv - - pandas=2.2.3 - - numpy=1.26.* - - pandas-ta=0.3.14b0 + - pandas=2.3.2 + - numpy>=2.2.6 + - pandas-ta>=0.4.71b - docker-py - pip - pip: - - hummingbot - - pandas==2.2.3 - - pandas-ta<0.4.0 + - hummingbot - msgpack>=1.0.5 - flake8 - isort From 832e7b152d666a84374bee0d45adb66ff5b84d43 Mon Sep 17 00:00:00 2001 From: david-hummingbot <85695272+david-hummingbot@users.noreply.github.com> Date: Fri, 17 Oct 2025 06:14:17 +0800 Subject: [PATCH 2/2] Modify environment.yml to update dependencies Updated package dependencies and added new libraries. --- environment.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 13f710c3..6100a57c 100644 --- a/environment.yml +++ b/environment.yml @@ -8,14 +8,18 @@ dependencies: - uvicorn - boto3 - libcxx + - libta-lib>=0.6.4 - python-dotenv - - pandas=2.3.2 - - numpy>=2.2.6 - - pandas-ta>=0.4.71b + - pandas>=2.3.2 + - numba>=0.61.2 + - numpy>=2.2.6 + - pandas-ta>=0.4.71b + - ta-lib>=0.6.4 + - tqdm>=4.67.1 - docker-py - pip - pip: - - hummingbot + - hummingbot - msgpack>=1.0.5 - flake8 - isort