Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
### Changed
- Removed the proxay request recording/replaying functionality. All requests in the tests are now sent directly to the local WEBKNOSSOS instance. [#1441](https://github.com/scalableminds/webknossos-libs/pull/1441)
- Set more comfortable retries for s3 connections in the CLI commands. Call `webknossos.utils.set_s3fs_retry_settings()` for library use. [#1443](https://github.com/scalableminds/webknossos-libs/pull/1443)
- Swapped out `pims` for our fork `scm-pims`, which fixes issues with skimage. A non-user facing change. [#1445](https://github.com/scalableminds/webknossos-libs/pull/1445)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion webknossos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"networkx ~=3.2.1",
"numba ~=0.61",
"numpy >=2.0.0,<3.0.0",
"pims ~=0.7.0",
"scm-pims ~=0.7.1",
"protobuf<7,>=3.12.0",
"google-api-python-client >= 2.0.0",
"psutil ~=6.0.0",
Expand Down
35 changes: 19 additions & 16 deletions webknossos/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading