From 21b02d5a500ace8fea9c60f2a3fd26c025fde532 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Sat, 27 Jul 2024 12:03:43 +0200 Subject: [PATCH] maint: flexibilize pandas pinned version I assume the pin comes from before outsourcing mriqc-learn. No need to keep it that tight and let other dependencies set their restrictions. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a905fa01..75eb85a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "nitransforms ~= 23.0", "niworkflows ~=1.10.1", "numpy ~=1.20", - "pandas ~=1.0", + "pandas", "pybids >= 0.15.6", "PyYAML", "scikit-learn",