bonsai - drop unrelated pypi aud module

Turned out `aud` module we had in our makefile had nothing to do with Blender built-in `uad` module 🫣
So no need to install anything from PyPI since this module is generally available in Blender
This commit is contained in:
Andrej730
2026-02-03 12:31:11 +05:00
parent 95cc52a6f3
commit 015431fa1f
3 changed files with 1 additions and 9 deletions
-1
View File
@@ -53,7 +53,6 @@ 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 git+https://github.com/zdhoward/aud
pip install pytest-xdist==3.8.0
- name: Install C++ dependencies