diff --git a/pyproject.toml b/pyproject.toml index acf366016..b9bba1d7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,9 @@ filterwarnings = [ "ignore:Maximum number of iteration reached before convergence.*:sklearn.exceptions.ConvergenceWarning", "ignore:jax.xla_computation is deprecated. Please use the AOT APIs.", "ignore:Named tensors and all their associated APIs*", - "ignore:You are using `torch.load`*" + "ignore:You are using `torch.load`*", + "ignore:open_text is deprecated.*:DeprecationWarning", + "ignore:read_text is deprecated.*:DeprecationWarning", ] [tool.semantic_release]