We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153a9eb commit f33b029Copy full SHA for f33b029
pyproject.toml
@@ -149,7 +149,9 @@ filterwarnings = [
149
"ignore:Maximum number of iteration reached before convergence.*:sklearn.exceptions.ConvergenceWarning",
150
"ignore:jax.xla_computation is deprecated. Please use the AOT APIs.",
151
"ignore:Named tensors and all their associated APIs*",
152
- "ignore:You are using `torch.load`*"
+ "ignore:You are using `torch.load`*",
153
+ "ignore:open_text is deprecated.*:DeprecationWarning",
154
+ "ignore:read_text is deprecated.*:DeprecationWarning",
155
]
156
157
[tool.semantic_release]
0 commit comments