Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ffl096 committed Jan 30, 2024
1 parent 7803371 commit fd20533
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -38,6 +35,7 @@ dependencies=[
[project.optional-dependencies]
doc = [
"jupyter",
"matplotlib",
"nbsphinx",
"nbsphinx_link",
"numpydoc",
Expand Down

0 comments on commit fd20533

Please sign in to comment.