Skip to content

Commit df3265d

Browse files
author
Clément POIRET
committed
Quick deps update
1 parent 39c50c3 commit df3265d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ROILoc"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "A simple package to center and crop T1w & T2w MRIs around a given region of interest by its name."
55
license = "MIT"
66
readme = "README.rst"
@@ -17,9 +17,9 @@ repository = "https://github.com/clementpoiret/ROILoc"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.7"
20-
antspyx = "^0.2.7"
20+
antspyx = ">=0.2.7"
2121
pandas = "^1.3.0"
22-
rich = "^10.5.0"
22+
rich = "^11.0.0"
2323
importlib-resources = "^5.2.0"
2424

2525
[tool.poetry.scripts]

roiloc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.5"
1+
__version__ = "0.2.6"

tests/test_roiloc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.2.5'
5+
assert __version__ == '0.2.6'

0 commit comments

Comments
 (0)