diff --git a/pyproject.toml b/pyproject.toml index 28b35fc..5468365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [