mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +00:00
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:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user