From 3d1863da7d6eb989f101dd05bd80dbe61e8b44e8 Mon Sep 17 00:00:00 2001 From: deeenes Date: Mon, 17 Jun 2024 18:53:28 +0200 Subject: [PATCH] added `pygraphviz` to dev dependencies (imported by certain `networkx` visualizations) --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98bddfc..3e5fc5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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*']