From 32088fb95ad1c807453b3ed894b4daba6178c095 Mon Sep 17 00:00:00 2001 From: Andrej Date: Mon, 9 Jun 2025 13:49:02 +0500 Subject: [PATCH] Bonsai - fix cjio dependency (3d77fc7) --- src/bonsai/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index d0a4656ba4..daa8fe4ea7 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -138,7 +138,7 @@ endif # odfpy doesn't come with its own wheel, so whee'l (get it?) create it ourselves! cd build && . env/$(VENV_ACTIVATE) && $(PIP) wheel odfpy --wheel-dir=./wheels # Required by IFCCityJSON - cd build && . env/$(VENV_ACTIVATE) && $(PIP) download cjio --dest=./wheels + cd build && . env/$(VENV_ACTIVATE) && $(PIP) download "cjio >=0.8, <0.10" --dest=./wheels # Required in general for sorting all sorts of stuff in a nice way cd build && . env/$(VENV_ACTIVATE) && $(PIP) download natsort --dest=./wheels # Provides express rule validation for ifcopenshell.validate