Skip to content

Commit 4f67f9a

Browse files
Altay Sansaltasansal
authored andcommitted
Update Python requirement and Zarr dependency version
1 parent 3fede76 commit 4f67f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ authors = [{ name = "Altay Sansal", email = "[email protected]" }]
66
license = "Apache-2.0"
77
readme = "README.md"
88
keywords = ["mdio", "multidimio", "seismic", "wind", "data"]
9-
requires-python = ">=3.10,<3.14"
9+
requires-python = ">=3.11,<3.14"
1010
dependencies = [
1111
"click (>=8.1.7,<9.0.0)",
1212
"click-params (>=0.5.0,<0.6.0)",
13-
"zarr (>=2.18.2,<3.0.0)",
13+
"zarr (>=3.0.2,<4.0.0)",
1414
"dask (>=2024.12.0)",
1515
"tqdm (>=4.67.0,<5.0.0)",
1616
"psutil (>=6.1.0,<7.0.0)",

0 commit comments

Comments
 (0)