Skip to content

Commit

Permalink
fix: Add scikit-image to project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-lb committed Aug 12, 2024
1 parent 9424e08 commit e05eeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ cellpose = {version = "^3.0.7", optional = true}
dask = {extras = ["dataframe"], version = "^2024.3.1", optional = true}
ipywidgets = { version = "^8.1.2", optional = true }
geopandas = {version = "^1.0.1", optional = true}
scikit-image = "^0.24.0"

[tool.poetry.group.dev.dependencies]
black = "^22.8.0"
Expand Down

0 comments on commit e05eeb1

Please sign in to comment.