Skip to content

Commit 768ab43

Browse files
committed
revert unnecessary changes to project config
1 parent e8598c6 commit 768ab43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
'asciitree',
2727
'numpy>=1.24',
2828
'fasteners',
29-
'numcodecs>=0.13.0',
29+
'numcodecs>=0.10.0',
3030
'fsspec>2024',
3131
'crc32c',
3232
'typing_extensions',
@@ -273,7 +273,6 @@ filterwarnings = [
273273
"error:::zarr.*",
274274
"ignore:PY_SSIZE_T_CLEAN will be required.*:DeprecationWarning",
275275
"ignore:The loop argument is deprecated since Python 3.8.*:DeprecationWarning",
276-
"ignore:.*may be removed in an early zarr-python v3 release.:DeprecationWarning",
277276
"ignore:Creating a zarr.buffer.gpu.*:UserWarning",
278277
"ignore:Duplicate name:UserWarning", # from ZipFile
279278
]

0 commit comments

Comments
 (0)