File support-numpy-2.4.patch of Package python-numcodecs
Index: numcodecs-0.16.5/pyproject.toml
===================================================================
--- numcodecs-0.16.5.orig/pyproject.toml
+++ numcodecs-0.16.5/pyproject.toml
@@ -156,6 +156,7 @@ xfail_strict = true
filterwarnings = [
"error",
"ignore:As the c extension couldn't be imported:RuntimeWarning", # Ignore warning about pure python google_crc32c (on Python 3.14)
+ "ignore:.*align should be passed:numpy.exceptions.VisibleDeprecationWarning",
]
[tool.cibuildwheel]