FIX: py-networkx as run dep of py-projectq

This commit is contained in:
Germann Elsa Sylvia
2022-10-05 14:43:19 +02:00
parent d135d8cc45
commit 74ce767ad6

View File

@ -35,3 +35,4 @@ class PyProjectq(PythonPackage):
depends_on("py-requests", type=("build", "run")) depends_on("py-requests", type=("build", "run"))
# conflict with pybind11@2.2.0 -> see requirements.txt # 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-pybind11@1.7:2.1,2.2.1:", type=("build", "run"))
depends_on("py-networkx", type=("run"))