File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ROILoc"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44description = " A simple package to center and crop T1w & T2w MRIs around a given region of interest by its name."
55license = " MIT"
66readme = " README.rst"
@@ -17,9 +17,9 @@ repository = "https://github.com/clementpoiret/ROILoc"
1717
1818[tool .poetry .dependencies ]
1919python = " ^3.7"
20- antspyx = " ^ 0.2.7"
20+ antspyx = " >= 0.2.7"
2121pandas = " ^1.3.0"
22- rich = " ^10.5 .0"
22+ rich = " ^11.0 .0"
2323importlib-resources = " ^5.2.0"
2424
2525[tool .poetry .scripts ]
Original file line number Diff line number Diff line change 1- __version__ = "0.2.5 "
1+ __version__ = "0.2.6 "
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == '0.2.5 '
5+ assert __version__ == '0.2.6 '
You can’t perform that action at this time.
0 commit comments