mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 12:51:14 +00:00
chore(deps): bump ta-lib from 0.5.5 to 0.6.5
Bumps [ta-lib](https://github.com/ta-lib/ta-lib-python) from 0.5.5 to 0.6.5. - [Release notes](https://github.com/ta-lib/ta-lib-python/releases) - [Changelog](https://github.com/TA-Lib/ta-lib-python/blob/master/CHANGELOG) - [Commits](https://github.com/ta-lib/ta-lib-python/compare/v0.5.5...v0.6.5) --- updated-dependencies: - dependency-name: ta-lib dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -40,7 +40,7 @@ dependencies = [
|
|||||||
"jsonschema",
|
"jsonschema",
|
||||||
"numpy>2.0,<3.0",
|
"numpy>2.0,<3.0",
|
||||||
"pandas>=2.2.0,<3.0",
|
"pandas>=2.2.0,<3.0",
|
||||||
"TA-Lib<0.6",
|
"TA-Lib<0.7",
|
||||||
"ft-pandas-ta",
|
"ft-pandas-ta",
|
||||||
"technical",
|
"technical",
|
||||||
"tabulate",
|
"tabulate",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ bottleneck==1.5.0
|
|||||||
numexpr==2.11.0
|
numexpr==2.11.0
|
||||||
# Indicator libraries
|
# Indicator libraries
|
||||||
ft-pandas-ta==0.3.15
|
ft-pandas-ta==0.3.15
|
||||||
ta-lib==0.5.5
|
ta-lib==0.6.5
|
||||||
technical==1.5.2
|
technical==1.5.2
|
||||||
|
|
||||||
ccxt==4.4.99
|
ccxt==4.4.99
|
||||||
|
|||||||
Reference in New Issue
Block a user