Skip to content

Commit f13ed21

Browse files
Bump Numpty required version to 1.20
We use the named parameter `shape` of `numpy.empty_like`: https://github.com/zarr-developers/zarr-python/blob/4362bb4/zarr/hierarchy.py#L145 https://github.com/zarr-developers/zarr-python/blob/4362bb4/zarr/core.py#L2134-L2135 It had been introduced in Numpy 1.17.0: https://numpy.org/doc/stable/reference/generated/numpy.empty_like.html According to NEP 29, NumPy 1.20+ is currently supported: https://numpy.org/neps/nep-0029-deprecation_policy.html
1 parent d6ff3bb commit f13ed21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [
1313
requires-python = ">=3.8"
1414
dependencies = [
1515
'asciitree',
16-
'numpy>=1.7',
16+
'numpy>=1.20',
1717
'fasteners',
1818
'numcodecs>=0.10.0',
1919
]

0 commit comments

Comments
 (0)