From d5da0e62a3fc0bed309385cd1323784a890de839 Mon Sep 17 00:00:00 2001 From: Joe Wallwork Date: Sat, 23 Nov 2024 11:06:25 +0000 Subject: [PATCH] Drop unnecessary dependencies --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = [