From 0b8ea28463b3d1a78579fe1d9a29d74b1e60b070 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 2 Oct 2025 17:52:49 +0500 Subject: [PATCH] aud - use main repo As PR with a fix was merged --- .github/workflows/ci.yml | 2 +- src/bonsai/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1efc10ffb4..f68e90926f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: python -m pip install --upgrade pip pip install xmlschema xsdata numpy lxml pytest isodate lark networkx tabulate python-dateutil shapely pip install src/bcf --no-deps - pip install https://github.com/Andrej730/aud/archive/refs/heads/master-reduced-size.zip + pip install git+https://github.com/zdhoward/aud - name: Install C++ dependencies run: | diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index 130cc0fc3b..9d06991485 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -127,7 +127,7 @@ endif cd build && . env/$(VENV_ACTIVATE) && $(PIP) download GitPython --dest=./wheels # Provides audio playback for costing # This is a REALLY IMPORTANT feature - cd build && . env/$(VENV_ACTIVATE) && $(PIP) wheel git+https://github.com/Andrej730/aud.git --wheel-dir=./wheels + cd build && . env/$(VENV_ACTIVATE) && $(PIP) wheel git+https://github.com/zdhoward/aud --wheel-dir=./wheels # IfcOpenShell dependency - support for new typing features cd build && . env/$(VENV_ACTIVATE) && $(PIP) download typing_extensions --dest=./wheels # Required by IfcCSV