Skip to content

Commit

Permalink
update scikit image dep
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Jul 2, 2024
1 parent 819830d commit 96e0aca
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 39 deletions.
152 changes: 114 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jinja2 = "^3.1.4" # used for template capabilities
plotly = "^5.22.0" # used for report generation capabilities
kaleido = "0.2.1" # used for plotly dependencies
ipython = "^8.12.3" # used for environment detection
scikit-image = "0.19.3" # used for image processing
scikit-image = [
{version = "^0.19.3", python = "<3.9"},
{version = ">0.19.3", python = ">=3.9"}
] # used for image processing
pywavelets = [
{version = "^1.4.1", python = "<3.9"},
{version = ">1.4.1", python = ">=3.9"}
Expand Down

0 comments on commit 96e0aca

Please sign in to comment.