feat: update to ft-pandas-ta

Freqtrade's compatibility fork of pandas-ta
available at https://github.com/freqtrade/pandas-ta/
This commit is contained in:
Matthias
2025-05-13 07:03:52 +02:00
parent 3fb6bc888b
commit bc78e2e1b9
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ dependencies = [
"numpy>2.0,<3.0", "numpy>2.0,<3.0",
"pandas>=2.2.0,<3.0", "pandas>=2.2.0,<3.0",
"TA-Lib", "TA-Lib",
"pandas-ta", "ft-pandas-ta",
"technical", "technical",
"tabulate", "tabulate",
"pycoingecko>=3.2.0", "pycoingecko>=3.2.0",

View File

@@ -2,7 +2,7 @@ numpy==2.2.4
pandas==2.2.3 pandas==2.2.3
bottleneck==1.4.2 bottleneck==1.4.2
numexpr==2.10.2 numexpr==2.10.2
pandas-ta==0.3.14b ft-pandas-ta==0.3.15
ccxt==4.4.75 ccxt==4.4.75
cryptography==44.0.2 cryptography==44.0.2