Skip to content

Commit

Permalink
Drop unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Nov 23, 2024
1 parent 567bee3 commit d5da0e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ dependencies = [
"jupyter",
"ipython",
"matplotlib",
"meshio",
"numpy",
"pandas",
"pytest",
"rich",
"ruff",
"seaborn",
"tensorboardX",
"torch",
# "torch", # NOTE: Should be installed beforehand
"torch_geometric",
]
authors = [
Expand Down

0 comments on commit d5da0e6

Please sign in to comment.