Merge pull request #11646 from freqtrade/deps/numpy2

Bump numpy to 2.x
This commit is contained in:
Matthias
2025-06-01 09:13:58 +02:00
committed by GitHub
17 changed files with 16 additions and 9 deletions

View File

@@ -38,10 +38,10 @@ dependencies = [
"httpx>=0.24.1",
"urllib3",
"jsonschema",
"numpy<2.0",
"numpy>2.0,<3.0",
"pandas>=2.2.0,<3.0",
"TA-Lib",
"pandas-ta",
"ft-pandas-ta",
"technical",
"tabulate",
"pycoingecko>=3.2.0",
@@ -207,6 +207,14 @@ plugins = [
module = "tests.*"
ignore_errors = true
[[tool.mypy.overrides]]
module = [
"freqtrade.templates.*",
"tests.strategy.strats"
]
# Disable attr-defined check due to ta-lib not having type stubs
disable_error_code = "attr-defined"
[tool.pyright]
include = ["freqtrade", "ft_client"]
exclude = [