lmstudio-ai / venvstacks

Virtual environment stacks for Python
http://venvstacks.lmstudio.ai/
MIT License
178 stars 6 forks source link

Migrate to PEP 735 dependency groups #91

Open ncoghlan opened 5 days ago

ncoghlan commented 5 days ago

pdm 2.20.1+ supports PEP 735 dependency groups, which will allow migrating away from the PDM-specific development dependency declarations.

tox 4.22.0 also supports PEP 735 dependency groups: https://github.com/tox-dev/tox/commit/568b90f041b4f3ec05bbcf9fbcd6c51e87a8e6ed

After migration, tox-pdm shouldn't be necessary anymore (since we're just using it to install specific PDM dependency groups in particular environments)