diff --git a/pyproject.toml b/pyproject.toml index 9f891437..ed93944a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -316,6 +316,7 @@ filterwarnings = [ "error", 'ignore:Explicitly requested dtype float64 requested in .* is not available, and will be truncated to dtype float32\.:UserWarning', 'ignore:jax\.numpy\.DeviceArray is deprecated\. Use jax\.Array\.:DeprecationWarning', + 'ignore:(ast\.Str|ast\.NameConstant|Attribute s) is deprecated and will be removed in Python 3\.14:DeprecationWarning', 'ignore:.*functorch.*deprecate.*:UserWarning', 'ignore:.*Apple Paravirtual device.*:UserWarning', 'ignore:.*NVML.*:UserWarning',