Skip to content

Commit

Permalink
fix: apply flatfield uses pinned filepattern version
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Feb 16, 2024
1 parent a50341d commit 76b0ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/images/apply-flatfield-tool/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [{include = "polus", from = "src"}]
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
bfio = { version = "^2.3.3", extras = ["all"] }
filepattern = "^2.0.4"
filepattern = "2.0.4"
typer = { version = "^0.7.0", extras = ["all"] }
numpy = "^1.24.3"
tqdm = "^4.65.0"
Expand Down

0 comments on commit 76b0ad0

Please sign in to comment.