From b6550c5abaec525c9acff58c0fc93018c862cb26 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 2 Sep 2026 18:29:34 +0500 Subject: [PATCH] bonsai/make: unpin `brickschema` It was pinned in 84dcee6b3 due to the back-then-latest package being too big and alpha version was fixing it (also see https://github.com/IfcOpenShell/IfcOpenShell/issues/4368 ) `brickschema` is now 0.7.9, so the pin is no longer needed --- src/bonsai/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index a7ad6036cc..17bc6b146a 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -151,7 +151,7 @@ endif cd build && . env/$(VENV_ACTIVATE) && $(PIP) download pytest --dest=./wheels # Provides Brickschema functionality # Is not platform specific but has platform specific dependencies. - cd build && . env/$(VENV_ACTIVATE) && $(PIP) download "brickschema[persistence]==0.7.6a2" $(PYPI_PLATFORM) --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --dest=./wheels + cd build && . env/$(VENV_ACTIVATE) && $(PIP) download "brickschema[persistence]" $(PYPI_PLATFORM) --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --dest=./wheels # Required for SVG to DXF conversion cd build && . env/$(VENV_ACTIVATE) && $(PIP) download ezdxf $(PYPI_PLATFORM) --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --dest=./wheels # Required by bcf