diff --git a/min-requirements.txt b/min-requirements.txt index c18a3e04ea..626bac5b5a 100644 --- a/min-requirements.txt +++ b/min-requirements.txt @@ -1,14 +1,15 @@ # Auto-generated by .maint/update_requirements.py +acres==0.2.0 attrs==20.1.0 -nibabel==3.1.0 +nibabel==3.0 nipype==1.8.5 -traits<6.4 migas==0.4.0 -niworkflows==1.7.0 -nitransforms==23.0.1 -numpy==1.21.0 +nireports==24.1.0 +niworkflows==1.11.0 +nitransforms==24.1.0 +numpy==1.22 pybids==0.16.4 scikit-image==0.18 scipy==1.8.1 -templateflow -toml +templateflow==23.1 +toml==0.10 diff --git a/pyproject.toml b/pyproject.toml index 7625657b1b..a083e0bb87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "nipype >= 1.8.5", "migas >= 0.4.0", "nireports >= 24.1.0", - "niworkflows >= 1.7.0", + "niworkflows >= 1.11.0", "nitransforms >= 24.1.0", "numpy >= 1.22", "pybids >= 0.16.4", diff --git a/requirements.txt b/requirements.txt index 898616b40d..6dade0b7a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,15 @@ # Auto-generated by .maint/update_requirements.py +acres>=0.2.0 attrs>=20.1.0 -nibabel>=3.1.0 -nipype<2.0,>=1.8.5 -traits<6.4 +nibabel>=3.0 +nipype>=1.8.5 migas>=0.4.0 -niworkflows>=1.7.0 -nitransforms>=23.0.1 -numpy>=1.21.0 +nireports>=24.1.0 +niworkflows>=1.11.0 +nitransforms>=24.1.0 +numpy>=1.22 pybids>=0.16.4 scikit-image>=0.18 scipy>=1.8.1 -templateflow -toml +templateflow>=23.1 +toml>=0.10