From 363083104b22a823d5665741893fa82a2e8e1565 Mon Sep 17 00:00:00 2001 From: Andrej Date: Fri, 30 May 2025 13:24:36 +0500 Subject: [PATCH] Add 'tabulate' to optional ifcopenshell dev dependencies Used in test_rules and test_wall_opening. --- src/ifcopenshell-python/pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index 88b17c64a0..1fe5132f86 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -25,7 +25,10 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["pytest"] +dev = [ + "pytest", + "tabulate", +] [project.urls] "Homepage" = "http://ifcopenshell.org"