From 3634b13a50a239574cf39a6c92a6ed986d81b0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:41:30 +0000 Subject: [PATCH] Update pandas requirement from ~=2.2.2 to ~=2.2.3 in the major group Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. Updates `pandas` to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development dependency-group: major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index aedd07966..9592da860 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,5 +5,5 @@ einops~=0.8.0 wheel~=0.44.0 lion-pytorch~=0.2.2 scipy~=1.14.1 -pandas~=2.2.2 +pandas~=2.2.3 matplotlib~=3.9.2