Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-ranjan committed Jul 8, 2024
1 parent fd5d168 commit 0fab1d5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 0fab1d5

Please sign in to comment.