Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Python Optional Deps (#154)
Browse files Browse the repository at this point in the history
clean deps
  • Loading branch information
Haaroon authored Apr 14, 2023
1 parent 471e731 commit 7819357
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"numpy >= 1.21.2",
"matplotlib >= 3.4.3",
"pandas >= 1.3.3",
"networkx >= 2.6.3",
"scipy >= 1.10.1"
]

[project.optional-dependencies]
vis = ["pyvis >= 0.3.2", "networkx >= 2.6.3", "matplotlib >= 3.4.3", "seaborn >= 0.11.2"]

[tool.maturin]
features = ["pyo3/extension-module"]
python-source = "python"

0 comments on commit 7819357

Please sign in to comment.