From 94e881228028ae6fb5096e1fb4a0e5fdd1773dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:03:53 +0000 Subject: [PATCH] Update pandas requirement from >=2.1.2 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/v2.1.2...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f68cca..f26f905 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.25 ruamel.yaml>=0.18.5 quantities>=0.14.1 -pandas>=2.1.2 +pandas>=2.3.3 ipywidgets>=8.1.1 click>=8.1.7 \ No newline at end of file