FIX: py-networkx as run dep of py-projectq
This commit is contained in:
@ -35,3 +35,4 @@ class PyProjectq(PythonPackage):
|
||||
depends_on("py-requests", type=("build", "run"))
|
||||
# conflict with pybind11@2.2.0 -> see requirements.txt
|
||||
depends_on("py-pybind11@1.7:2.1,2.2.1:", type=("build", "run"))
|
||||
depends_on("py-networkx", type=("run"))
|
||||
|
Reference in New Issue
Block a user