Skip to content

Commit

Permalink
Revert local dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson committed Jan 30, 2025
1 parent 559503e commit cfd7295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
wsidicom = { path = "../wsidicom", develop = true }
opentile = { path = "../opentile", develop = true }
wsidicom = "^0.23.0"
opentile = "^0.14.0"
numpy = ">=1.22.0"
pydicom = ">=3.0.0"
czifile = "^2019.7.2"
Expand Down

0 comments on commit cfd7295

Please sign in to comment.