From 6de4e0d4b6559e8e9d9d3454d77d1faf3ca0d8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 09:06:19 +0000 Subject: [PATCH] chore(deps): update pandas requirement Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 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 70f0979..e1cd4b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "numpy>=1.24.0,<2.0.0", - "pandas>=2.0.0,<3.0.0", + "pandas>=2.0.0,<4.0.0", "scipy>=1.10.0,<2.0.0", "yfinance>=0.2.31", "duckdb>=0.9.0,<2.0.0", diff --git a/requirements.txt b/requirements.txt index 2d1605c..949489c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # pyproject.toml. A bare `pip install -r requirements.txt` must produce a # working runtime environment (no missing-import surprises on cold install). numpy>=1.24.0,<2.0.0 -pandas>=2.0.0,<3.0.0 +pandas>=2.0.0,<4.0.0 scipy>=1.10.0,<2.0.0 yfinance>=0.2.31 duckdb>=0.9.0,<2.0.0