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