TUM-DAML / seml

SEML: Slurm Experiment Management Library
Other
165 stars 29 forks source link

Switch from `setup.py` to `pyproject.yaml` #117

Closed n-gao closed 1 year ago

n-gao commented 1 year ago

This PR switches seml from setup.py to pyproject.toml. We adhere to the standard PyPA format.

Considerations: