Bug Fixes
- Fixed missing subpackages: Changed package discovery to include all subpackages (models/, postprocessing/, training/) in PyPI distribution
- This fixes the
ModuleNotFoundError: No module named 'allin1fix.models' error when installing from PyPI
Changes
- Updated
pyproject.toml to use automatic package discovery with {find = {}}
- Ensures all subpackages are properly included in the wheel distribution
Installation
pip install torch>=2.0.0
pip install all-in-one-fix --no-build-isolation
pip install git+https://github.com/CPJKU/madmom # If auto-install fails