Skip to content

Commit

Permalink
add acres to software and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
smeisler authored Sep 19, 2024
1 parent 693d328 commit 4c686eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Ingress2QSIRecon"
version = "0.2.0"
version = "0.2.1"
description = "Tool to ingress data from other pipelines for use in QSIRecon"
authors = ["Steven Meisler <[email protected]>"]
readme = "README.md"
Expand All @@ -12,6 +12,7 @@ ingress2qsirecon = "ingress2qsirecon.cli.main:main"


[tool.poetry.dependencies]
acres = "^0.1.0"
beartype = "^0.18.5"
icontract = "^2.6.6"
loguru = "^0.7.2"
Expand Down

0 comments on commit 4c686eb

Please sign in to comment.