Skip to content

Commit

Permalink
Merge pull request #39 from pyt-team/frantzen-remove-dependencies
Browse files Browse the repository at this point in the history
Remove unused dependencies
  • Loading branch information
ffl096 authored Jan 30, 2024
2 parents 7803371 + 3e81309 commit c84b27c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c84b27c

Please sign in to comment.