File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.rst"
99requires-python = " >=3.8"
1010dependencies = [
1111 " fileformats >=0.15a3" ,
12- " fileformats-medimage >=0.10.0a1 " ,
12+ " fileformats-medimage >=0.10.0a " ,
1313 " fileformats-medimage-mrtrix3 >=3.0.4a5" ,
1414 " medimages4tests" ,
1515 " pydra >= 0.23.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "fileformats-medimage-mrtrix3"
77description = " Classes for representing different file formats in Python classes for use in type hinting in data workflows"
88readme = " README.rst"
99requires-python = " >=3.8"
10- dependencies = [" fileformats >=0.15a3" , " fileformats-medimage >= 0.10.0a1 " ]
10+ dependencies = [" fileformats >=0.15a3" , " fileformats-medimage >= 0.10.0a " ]
1111license = { file = " LICENSE" }
1212authors = [{
name =
" Thomas G. Close" ,
email =
" [email protected] " }]
1313maintainers = [
You can’t perform that action at this time.
0 commit comments