From 62ed3c10b545a6c859a2f7e449f3d92f25c1d078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:55:53 -0500 Subject: [PATCH] Update pandas requirement from <=2.2.0,>=2.0 to >=2.0,<=2.2.1 (#1048) 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.0.0...v2.2.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cedc4b8b0..c3ccc6da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "nibabel>=2.5.1,<=5.2.0", "nilearn>=0.7,<=0.10.3", "numpy>=1.16,<=1.26.4", - "pandas>=2.0,<=2.2.0", + "pandas>=2.0,<=2.2.1", "pybtex", "pybtex-apa-style", "scikit-learn>=0.21, <=1.4.1.post1",