mirror of
https://github.com/ankitects/anki.git
synced 2026-04-02 10:37:48 -04:00
Because the version number was not changed, this was breaking new installs. https://www.riverbankcomputing.com/pipermail/pyqt/2023-April/045257.html
- To achieve reproducible builds we use pip-tools to lock packages to a particular version - see update_python_deps.sh
- write_wheel.py is used to generate our wheels.