Skip to content

Commit

Permalink
Quick deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpoiret committed Feb 17, 2022
1 parent 39c50c3 commit df3265d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ROILoc"
version = "0.2.5"
version = "0.2.6"
description = "A simple package to center and crop T1w & T2w MRIs around a given region of interest by its name."
license = "MIT"
readme = "README.rst"
Expand All @@ -17,9 +17,9 @@ repository = "https://github.com/clementpoiret/ROILoc"

[tool.poetry.dependencies]
python = "^3.7"
antspyx = "^0.2.7"
antspyx = ">=0.2.7"
pandas = "^1.3.0"
rich = "^10.5.0"
rich = "^11.0.0"
importlib-resources = "^5.2.0"

[tool.poetry.scripts]
Expand Down
2 changes: 1 addition & 1 deletion roiloc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.2.6"
2 changes: 1 addition & 1 deletion tests/test_roiloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.2.5'
assert __version__ == '0.2.6'

0 comments on commit df3265d

Please sign in to comment.