Skip to content

Commit

Permalink
adding imageio to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Jun 10, 2024
1 parent 4aaba2a commit 22c7931
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 178 deletions.
3 changes: 2 additions & 1 deletion src/Python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ name = "ccpi-regulariser"
dependencies = [
"numpy",
"pillow",
"pytest"
"pytest",
"imageio",
]
[project.optional-dependencies]
gpu = ["cupy"]
Loading

0 comments on commit 22c7931

Please sign in to comment.