From e8aa5084050d827e41ebebc71bb70ebea3c81b3b Mon Sep 17 00:00:00 2001 From: Andrej Date: Fri, 30 May 2025 13:25:03 +0500 Subject: [PATCH] Add 'advanced' optional ifcopenshell dependencies To list all other optional dependencies. --- src/ifcopenshell-python/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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",