Skip to content

Commit

Permalink
added pygraphviz to dev dependencies (imported by certain `networkx…
Browse files Browse the repository at this point in the history
…` visualizations)
  • Loading branch information
deeenes committed Jun 17, 2024
1 parent 70fee46 commit 3d1863d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,13 @@ pydata-sphinx-theme = "*"
sphinx-remove-toctrees = "*"
jupyter-contrib-nbextensions = { git = "https://github.com/deeenes/jupyter_contrib_nbextensions.git", branch = "master" }
nbsphinx = { git = "https://github.com/deeenes/nbsphinx.git", branch = "timings" }
picos = "^2.4.17"
cvxpy = "^1.5.1"
pygraphviz = "1.11"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/saezlab/networkcommons/issues"

[tool.poetry.group.dev.dependencies]
picos = "^2.4.17"
cvxpy = "^1.5.1"

[tool.black]
line-length = 80
target-version = ['py31*']
Expand Down

0 comments on commit 3d1863d

Please sign in to comment.