From b14d2fe4e3c0d10f1900dfbc2ae21b794c377a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 19:39:56 +0000 Subject: [PATCH] chore(deps): update numpy requirement Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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