Skip to content

Commit b627009

Browse files
committed
Release PolyStore 0.1.31
1 parent 541c0b0 commit b627009

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "polystore"
7-
version = "0.1.30"
7+
version = "0.1.31"
88
description = "Framework-agnostic multi-backend storage abstraction for ML and scientific computing"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838

3939
dependencies = [
40-
"arraybridge>=0.2.9",
40+
"arraybridge>=0.3.0",
4141
"numpy>=1.26.0",
4242
"portalocker>=2.8.0", # Cross-platform file locking
4343
"metaclass-registry>=0.1.5",

0 commit comments

Comments
 (0)