From 3e813099fc47fba73b32a54cfa22f562858add6c 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 990536f..2653936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,18 +26,16 @@ classifiers = [ requires-python = ">= 3.10" dependencies=[ "numpy", - "gensim==4.3.1", - "gudhi", - "hypernetx", "karateclub @ git+https://github.com/benedekrozemberczki/karateclub@d35e05526455599688f1c4dd92e397cf92316ae4", "networkx", - "scipy", + "scipy < 1.12", # scipy 1.12 removed scipy.errstate, which networkx < 3.0 depends on "toponetx @ git+https://github.com/pyt-team/TopoNetX.git", ] [project.optional-dependencies] doc = [ "jupyter", + "matplotlib", "nbsphinx", "nbsphinx_link", "numpydoc",