There was an error while loading. Please reload this page.
1 parent 541c0b0 commit b627009Copy full SHA for b627009
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "polystore"
7
-version = "0.1.30"
+version = "0.1.31"
8
description = "Framework-agnostic multi-backend storage abstraction for ML and scientific computing"
9
readme = "README.md"
10
requires-python = ">=3.11"
@@ -37,7 +37,7 @@ classifiers = [
37
]
38
39
dependencies = [
40
- "arraybridge>=0.2.9",
+ "arraybridge>=0.3.0",
41
"numpy>=1.26.0",
42
"portalocker>=2.8.0", # Cross-platform file locking
43
"metaclass-registry>=0.1.5",
0 commit comments