Skip to content

Commit bc78e2e

Browse files
committed
feat: update to ft-pandas-ta
Freqtrade's compatibility fork of pandas-ta available at https://github.com/freqtrade/pandas-ta/
1 parent 3fb6bc8 commit bc78e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"numpy>2.0,<3.0",
4242
"pandas>=2.2.0,<3.0",
4343
"TA-Lib",
44-
"pandas-ta",
44+
"ft-pandas-ta",
4545
"technical",
4646
"tabulate",
4747
"pycoingecko>=3.2.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy==2.2.4
22
pandas==2.2.3
33
bottleneck==1.4.2
44
numexpr==2.10.2
5-
pandas-ta==0.3.14b
5+
ft-pandas-ta==0.3.15
66

77
ccxt==4.4.75
88
cryptography==44.0.2

0 commit comments

Comments
 (0)