Skip to content

Commit 7d8b9c2

Browse files
authored
tensorstore 0.1.74 (#1292)
* tensorstore 0.1.74 * changelog
1 parent f2737d3 commit 7d8b9c2

File tree

3 files changed

+1363
-1331
lines changed

3 files changed

+1363
-1331
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 argument `require_unique_name` to `Dataset.announce_manual_upload()`. Additionally, the method returns a tuple of `new_dataset_id` and `directory_name` now. [#1283](https://github.com/scalableminds/webknossos-libs/pull/1283)
1919

2020
### Changed
21+
- Upgraded `tensorstore` to `0.1.74`. [#1292](https://github.com/scalableminds/webknossos-libs/pull/1292)
2122

2223
### Fixed
2324

webknossos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"python-dotenv ~=1.0.1",
5050
"rich ~=13.8.0",
5151
"scipy >=1.13",
52-
"tensorstore~=0.1.72",
52+
"tensorstore~=0.1.74",
5353
"typer ~=0.12.5",
5454
"typing-extensions ~=4.0",
5555
"universal-pathlib ~=0.2",

0 commit comments

Comments
 (0)