diff --git a/pyproject.toml b/pyproject.toml index fb7639d7f..8a1f48573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "urllib3", "jsonschema", "numpy>2.0,<3.0", - "pandas>=2.2.0,<3.0", + "pandas>=2.2.0,<4.0", "TA-Lib<0.7", "ft-pandas-ta", "technical", diff --git a/requirements.txt b/requirements.txt index 1f6d07a6a..070d9b46a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==2.4.3 -pandas==2.3.3 +pandas==3.0.1 bottleneck==1.6.0 numexpr==2.14.1 # Indicator libraries