Skip to content

Commit db10d0e

Browse files
authoredMar 26, 2025··
Restrict tensorstore version to 0.1.71 (#1276)
* restrict tensorstore version * changelog
1 parent 1a833b0 commit db10d0e

File tree

3 files changed

+353
-310
lines changed

3 files changed

+353
-310
lines changed
 

‎webknossos/Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
1717
### Added
1818

1919
### Changed
20+
- Pinned `tensorstore` to `<=0.1.71`. [#1276](https://github.com/scalableminds/webknossos-libs/pull/1276)
2021

2122
### Fixed
2223

‎webknossos/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"python-dotenv ~=1.0.1",
5151
"rich ~=13.8.0",
5252
"scipy >=1.13",
53-
"tensorstore~=0.1.69",
53+
"tensorstore~=0.1.69,<0.1.72",
5454
"typer ~=0.12.5",
5555
"typing-extensions ~=4.0",
5656
"universal-pathlib ~=0.2",

‎webknossos/uv.lock

+351-309
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.