From 1bbfcc123d92b0e2136390a28225f8e2c57db7ec Mon Sep 17 00:00:00 2001 From: Tom Close Date: Tue, 10 Sep 2024 12:06:19 +1000 Subject: [PATCH] relaxed fileformats version requirements --- pyproject.toml | 2 +- related-packages/fileformats-extras/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b5799a..23d4949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "pydra-mrtrix3 contains Pydra task specifications for MRtrix3 tool readme = "README.rst" requires-python = ">=3.8" dependencies = [ - "fileformats-medimage_mrtrix3 >=3.0.4a7", + "fileformats-medimage_mrtrix3 >=3.0.4a5", "numpy", "pydra >=0.23", ] diff --git a/related-packages/fileformats-extras/pyproject.toml b/related-packages/fileformats-extras/pyproject.toml index 7155dad..0ee7929 100644 --- a/related-packages/fileformats-extras/pyproject.toml +++ b/related-packages/fileformats-extras/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.rst" requires-python = ">=3.8" dependencies = [ "fileformats >= 0.8", - "fileformats-medimage-mrtrix3 >=3.0.4a4", + "fileformats-medimage-mrtrix3 >=3.0.4a5", "medimages4tests", "pydra >= 0.23.0", ]