Skip to content

Commit 8f40b9e

Browse files
authored
upgrades zarr and numcodecs (#798)
* upgrades zarr and numcodecs * Merge branch 'master' into upgrade-zarr * changelog
1 parent 9243738 commit 8f40b9e

File tree

4 files changed

+68
-71
lines changed

4 files changed

+68
-71
lines changed

webknossos/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1818
- Added direct access to an underlying Zarr array with the `MagView.get_zarr_array()` method. [#792](https://github.com/scalableminds/webknossos-libs/pull/792)
1919

2020
### Changed
21+
- Upgraded `zarr` and `numcodecs`. [#798](https://github.com/scalableminds/webknossos-libs/pull/798)
2122

2223
### Fixed
2324

webknossos/poetry.lock

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

webknossos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fsspec = "^2022.2.0"
3939
httpx = ">=0.15.4,<0.19.0"
4040
loxun = "^2.0"
4141
networkx = "^2.6.2"
42-
numcodecs = "^0.9.1"
42+
numcodecs = "^0.10"
4343
numpy = "^1.15.0" # see https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table
4444
psutil = "^5.6.7"
4545
python-dateutil = "^2.8.0"

wkcuber/poetry.lock

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

0 commit comments

Comments
 (0)