diff --git a/pyproject.toml b/pyproject.toml index dac02870a..24aadb26d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "jsonschema", "numpy>2.0,<3.0", "pandas>=2.2.0,<3.0", - "TA-Lib<0.6", + "TA-Lib<0.7", "ft-pandas-ta", "technical", "tabulate", diff --git a/requirements.txt b/requirements.txt index 4ffdedd8c..d01f95216 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bottleneck==1.5.0 numexpr==2.11.0 # Indicator libraries ft-pandas-ta==0.3.15 -ta-lib==0.5.5 +ta-lib==0.6.5 technical==1.5.2 ccxt==4.4.99