diff --git a/pyproject.toml b/pyproject.toml index 2eddc36e8..82c32ed7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ ffcx = "ffcx:__main__.main" [project.optional-dependencies] lint = ["ruff"] docs = ["sphinx", "pydata-sphinx-theme"] -optional = ["numba", "pygraphviz==1.9"] +optional = ["numba", "pygraphviz==2.0"] test = ["pytest >= 6.0", "sympy", "numba"] ci = [ "coveralls",