From 023f29666ab9fa62c033dd6ece828b9c4618dc52 Mon Sep 17 00:00:00 2001 From: Florian Frantzen Date: Tue, 23 Jan 2024 14:58:40 +0100 Subject: [PATCH] Remove unused dependencies --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 990536f..58758a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,6 @@ classifiers = [ requires-python = ">= 3.10" dependencies=[ "numpy", - "gensim==4.3.1", - "gudhi", - "hypernetx", "karateclub @ git+https://github.com/benedekrozemberczki/karateclub@d35e05526455599688f1c4dd92e397cf92316ae4", "networkx", "scipy",