diff --git a/pyproject.toml b/pyproject.toml index dc5ccf8..1922723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "numpy>=1.24.0,<2.0.0", + "numpy>=1.24.0,<3.0.0", "pandas>=2.0.0,<3.0.0", "scipy>=1.10.0,<2.0.0", "yfinance>=0.2.31", diff --git a/requirements.txt b/requirements.txt index fe65586..3b1dd57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.24.0,<2.0.0 +numpy>=1.24.0,<3.0.0 pandas>=2.0.0,<3.0.0 scipy>=1.10.0,<2.0.0 yfinance>=0.2.31