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
+1 -1
View File
@@ -41,7 +41,7 @@ dependencies = [
"numpy>2.0,<3.0",
"pandas>=2.2.0,<3.0",
"TA-Lib",
"pandas-ta",
"ft-pandas-ta",
"technical",
"tabulate",
"pycoingecko>=3.2.0",