From 0fab1d55190b3aa192ca1a94d136c096df2e564d Mon Sep 17 00:00:00 2001 From: Rishabh Ranjan Date: Mon, 8 Jul 2024 15:18:43 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5f14ea7..b0bdac79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,15 +27,7 @@ dependencies=[ [project.optional-dependencies] full=[ - "torch", - # We rely on https://github.com/pyg-team/pytorch-frame/pull/395 for rel-amazon. - # AmazonDataset.make_db() is not expected to work unless this PR is - # incorporated into a pytorch-frame release. - # Other things should work fine. Meanwhile, you may install pytorch-frame - # from github: - # "pytorch_frame @ git+https://github.com/pyg-team/pytorch-frame", - # TODO: make it >= 0.2.3 when new release is available - "pytorch_frame>=0.2.2", + "pytorch_frame>=0.2.3", "torch_geometric", ] example=[