From 628a09ede8081ed09b699af8217bccd7e1c805cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:17:34 +0000 Subject: [PATCH] chore(deps): update pandas requirement from >=1.3.0 to >=2.3.3 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/v1.3.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 3717f84..1762072 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -1,6 +1,6 @@ # Core ML and Data Processing numpy>=1.21.0 -pandas>=1.3.0 +pandas>=2.3.3 torch>=2.0.0 torchvision>=0.15.0 scikit-learn>=1.0.0 diff --git a/requirements.txt b/requirements.txt index 687a133..7821e3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core ML and Data Processing numpy>=1.21.0 -pandas>=1.3.0 +pandas>=2.3.3 torch>=2.0.0 torchvision>=0.15.0 scikit-learn>=1.0.0