We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6638cd commit 3dcbaa8Copy full SHA for 3dcbaa8
pyproject.toml
@@ -3,10 +3,10 @@ requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
6
-name = "pydra-mrtrix3"
7
-description = "pydra-mrtrix3 contains Pydra task specifications for MRtrix3 tools"
+name = "pydra-tasks-mrtrix3"
+description = "pydra-tasks-mrtrix3 contains Pydra task specifications for MRtrix3 tools"
8
readme = "README.rst"
9
-requires-python = ">=3.8"
+requires-python = ">=3.11"
10
dependencies = ["fileformats-medimage_mrtrix3 >=3.0.4a5", "numpy", "pydra"]
11
license = { file = "LICENSE" }
12
authors = [{ name = "Thomas G. Close", email = "tom.g.close@gmail.com" }]
0 commit comments