Skip to content

Commit 5b17898

Browse files
authored
Relax tifffile dependency version (#815)
* Relax tifffile dependency version * remove unwanted changes * re-write lock files, also relax imagecodecs version * also bump imagecodecs in wkcuber
1 parent d9ed1d9 commit 5b17898

File tree

4 files changed

+46
-40
lines changed

4 files changed

+46
-40
lines changed

webknossos/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webknossos/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ zipp = "^3.5.0"
5656

5757
# A list of all of the optional dependencies, some of which are included in the
5858
# below `extras`. They can be opted into by apps.
59-
imagecodecs = { version = "2021.11.20", optional = true }
59+
imagecodecs = { version = ">=2021.11.20", optional = true }
6060
JPype1 = { version = "^1.3.0", optional = true }
6161
pims = { version = "^0.6.0", optional = true }
62-
tifffile = { version = "2021.11.2", optional = true }
62+
tifffile = { version = ">=2021.11.2", optional = true }
6363

6464
[tool.poetry.extras]
6565
pims = ["pims"]

wkcuber/poetry.lock

Lines changed: 41 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wkcuber/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cattrs = "1.7.1"
1616
cluster_tools = { path = "../cluster_tools/", develop = true }
1717
czifile = "^2019.7.2"
1818
GitPython = "^3.0.5"
19-
imagecodecs = "^2020.5.30"
19+
imagecodecs = ">=2020.5.30"
2020
natsort = "^6.2.0"
2121
nibabel = "^2.5.1"
2222
numpy = "^1.19.5"
@@ -25,7 +25,7 @@ requests = "^2.22.0"
2525
scikit-image = "^0.18.3"
2626
scikit-learn = "^0.24.0"
2727
scipy = "^1.6.0"
28-
tifffile = "^2020.11.26"
28+
tifffile = ">=2020.11.26"
2929
webknossos = { path = "../webknossos/", develop = true }
3030
wkw = "1.1.18"
3131
zarr = "^2.11.0"

0 commit comments

Comments
 (0)