From 749a4691622f8d5e1c468240f08ea77fda5d7a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:51:17 +0000 Subject: [PATCH] Update pandas requirement from ~=2.2.2 to ~=2.2.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.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development ... 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