diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index 1fe5132f86..26a0f9f450 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -25,6 +25,9 @@ dependencies = [ ] [project.optional-dependencies] +advanced = [ + "networkx", +] dev = [ "pytest", "tabulate",