From 9c4f98b9d30b5e7239218bbc7673ccc427d74636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:25:30 +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.2.0...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/jupyter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/jupyter/requirements.txt b/scripts/project-templates/jupyter/requirements.txt index a66857a..0e9f891 100644 --- a/scripts/project-templates/jupyter/requirements.txt +++ b/scripts/project-templates/jupyter/requirements.txt @@ -8,7 +8,7 @@ ipykernel>=6.29.0,<7.0.0 ipywidgets>=8.1.0,<9.0.0 # Data Science Core -pandas>=2.2.0,<3.0.0 +pandas>=2.2.0,<4.0.0 numpy>=1.26.0,<2.0.0 scipy>=1.12.0,<2.0.0