From 46bd89d03d5e5c97248407226a92e26481be8d05 Mon Sep 17 00:00:00 2001 From: yiweny Date: Thu, 11 Jul 2024 16:45:44 +0000 Subject: [PATCH] add pytorch_frame and pytorch_geometric to dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cffa7b8..dc22617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,8 @@ full=[ "mpmath==1.3.0", "datasets", "torchmetrics", + "pytorch_frame>=0.2.3", + "torch_geometric", ] [project.urls]