ImperialCollegeLondon / ReCoDE-DeepLearning-Best-Practices

This repository provides guidelines and best practices for starting a new deep learning project.
https://ubiquitous-robot-j5jn44o.pages.github.io/
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

dalonsoa commented 9 months ago

During the last few years, the python community has transition from defining a package with setup.py to using pyproject.toml. This repo - and also the lightning-hydra template - should be updated to follow the newest trends as setup.py will soon become obsolete.