From 8b502f62d4d8bbacc26c5e30102ae16dce6ec7c2 Mon Sep 17 00:00:00 2001 From: yiweny Date: Sat, 20 Jul 2024 21:07:56 +0000 Subject: [PATCH] remove unnecessary dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 700afe6..a457f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ dependencies=[ "numpy", "scikit-learn", "typing-extensions", - "git+https://github.com/pyg-team/pyg-lib.git", ] [project.optional-dependencies]