Skip to content

Commit 6dfa75f

Browse files
authored
Update pyproject.toml
1 parent a8f6feb commit 6dfa75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ filterwarnings = [
206206
"ignore:GPU available but not used:UserWarning",
207207
"error::DeprecationWarning",
208208
# Filter `torch.jit.script` deprication warnings:
209-
"ignore:.*torch\\.jit\\.script.*:DeprecationWarning",
209+
"ignore:.*torch.jit.script.*:DeprecationWarning",
210210
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
211211
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",
212212
]

0 commit comments

Comments
 (0)