Skip to content

Commit b19b440

Browse files
committed
upgrade deps in wkcuber
1 parent c3010c6 commit b19b440

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

wkcuber/poetry.lock

Lines changed: 13 additions & 14 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
@@ -10,7 +10,7 @@ homepage = "https://docs.webknossos.org/wkcuber"
1010
include = ["wkcuber/version.py"] # included explicitly since it's in .gitignore
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.7,>=3.7.1"
13+
python = ">=3.7.1,<3.9"
1414
attrs = "^21.1.0"
1515
cattrs = "1.7.1"
1616
cluster_tools = { path = "../cluster_tools/", develop = true }
@@ -29,7 +29,7 @@ tifffile = "^2020.11.26"
2929
webknossos = { path = "../webknossos/", develop = true }
3030
wkw = "1.1.11"
3131
zarr = "^2.11.0"
32-
universal-pathlib = "0.0.16"
32+
universal-pathlib = "0.0.18"
3333

3434
[tool.poetry.dev-dependencies]
3535
black = "^20.8b1"

0 commit comments

Comments
 (0)