This repository provides guidelines and best practices for starting a new deep learning project.
BSD 3-Clause "New" or "Revised" License
2
stars
1
forks
source link
Transition from `setup.py` to `pyproject.toml` #19
Closed
dalonsoa closed 8 months ago
During the last few years, the python community has transition from defining a package with
setup.py
to usingpyproject.toml
. This repo - and also the lightning-hydra template - should be updated to follow the newest trends assetup.py
will soon become obsolete.