From cd6e06c86ef8c5d1c084ee77fa5ffb985db2017c Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 15 Apr 2025 06:30:34 +0200 Subject: [PATCH] chore: bump ta-lib to 0.5.4 This version supports numpy2 - while still remaining on ta-lib C of 0.4 This will avoid huge update problems, as the underlying library doesn't need to be updated --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8742e477d..afa2bc04a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cachetools==5.5.2 requests==2.32.3 urllib3==2.3.0 jsonschema==4.23.0 -TA-Lib==0.4.38 +ta-lib==0.5.4 technical==1.5.0 tabulate==0.9.0 pycoingecko==3.2.0