From 8f81085be4b281901901765d074f7ed6251fc30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:06:10 +0000 Subject: [PATCH] Update pandas requirement from <=2.2.0,>=2.0 to >=2.0,<=2.2.1 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] --- 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",