lock first with pdm lock -G all --platform=[platform] --python="==3.10.*" --lockfile=py310_[platform].lock replacing platform with targets specified here and the python version; then install.
Please push your lockfile to the git repo.
Reorganized package dependencies to make dynadojo slimmer
pdm
to version 2.17pdm self update
pdm install -L [lockfile]
to installpdm lock -G all --platform=[platform] --python="==3.10.*" --lockfile=py310_[platform].lock
replacing platform with targets specified here and the python version; then install.