diff --git a/pyproject.toml b/pyproject.toml index 0184e5169..40dbef3e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,6 +144,7 @@ filterwarnings = [ "ignore:Liblinear failed to converge,*:sklearn.exceptions.ConvergenceWarning", "ignore:lbfgs failed to converge,*:sklearn.exceptions.ConvergenceWarning", "ignore:Maximum number of iteration reached before convergence.*:sklearn.exceptions.ConvergenceWarning", + "ignore:jax.xla_computation is deprecated. Please use the AOT APIs.", ] [tool.semantic_release]