Skip to content

Commit 9bbb55c

Browse files
authored
Upgrade deps (#1394)
* upgrade deps * changelog
1 parent 2bdbfe7 commit 9bbb55c

File tree

3 files changed

+638
-612
lines changed

3 files changed

+638
-612
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

1919
### Changed
2020
- The interactive prompt asking for the WEBKNOSSOS user token was removed. Specify your token as parameter or environment variable to ensure authenticated requests to WEBKNOSSOS server. [#1391](https://github.com/scalableminds/webknossos-libs/pull/1391)
21+
- Updated pylibCZIrw package to 5.1.1, which does not require custom-built wheels anymore. [#1394](https://github.com/scalableminds/webknossos-libs/pull/1394)
2122

2223
### Fixed
2324

webknossos/pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Changelog = "https://github.com/scalableminds/webknossos-libs/blob/master/webkno
7575
tifffile = ["tifffile >=2024.8.24, <2025.5.21"]
7676
imagecodecs = ["imagecodecs >=2021.11.20"]
7777
bioformats = ["JPype1 ~=1.5.0"]
78-
czi = ["pylibCZIrw ==5.0.0"]
78+
czi = ["pylibCZIrw ==5.1.1"]
7979
examples = [
8080
"fastremap ~=1.15.0",
8181
"pandas ~=2.2.0",
@@ -89,6 +89,7 @@ all = [
8989
"webknossos[tifffile]",
9090
"webknossos[imagecodecs]",
9191
"webknossos[bioformats]",
92+
"webknossos[czi]",
9293
"webknossos[examples]",
9394
]
9495

@@ -112,9 +113,6 @@ dev = [
112113
"ruff ~=0.11.0",
113114
]
114115

115-
[tool.uv]
116-
extra-index-url = ["https://pypi.scm.io/simple"]
117-
118116
[tool.uv.sources]
119117
cluster-tools = { path = "../cluster_tools", editable = true }
120118

0 commit comments

Comments
 (0)