From 9f19bffdbb5684dc7d458d6b1b8c323d7a8e1c5b Mon Sep 17 00:00:00 2001 From: yiweny Date: Sat, 20 Jul 2024 08:23:24 +0000 Subject: [PATCH] fix dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf48ba9..b05e178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,9 +49,9 @@ full=[ "datasets", "torchmetrics", "pytorch_frame>=0.2.3", + "pyg_lib", "torch_geometric", "relbench==1.0.0rc1", - "torch-sparse", ] [project.urls]