We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8598c6 commit 768ab43Copy full SHA for 768ab43
pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
'asciitree',
27
'numpy>=1.24',
28
'fasteners',
29
- 'numcodecs>=0.13.0',
+ 'numcodecs>=0.10.0',
30
'fsspec>2024',
31
'crc32c',
32
'typing_extensions',
@@ -273,7 +273,6 @@ filterwarnings = [
273
"error:::zarr.*",
274
"ignore:PY_SSIZE_T_CLEAN will be required.*:DeprecationWarning",
275
"ignore:The loop argument is deprecated since Python 3.8.*:DeprecationWarning",
276
- "ignore:.*may be removed in an early zarr-python v3 release.:DeprecationWarning",
277
"ignore:Creating a zarr.buffer.gpu.*:UserWarning",
278
"ignore:Duplicate name:UserWarning", # from ZipFile
279
]
0 commit comments