MONAI uses requirement files, a cfg file, and a setup.py file for module definition and building. Many actions use different building processes to setup the environment for testing and install MONAI rather than just using pip install monai[...].
To modernise things, MONAI should be updated with:
MONAI uses requirement files, a cfg file, and a setup.py file for module definition and building. Many actions use different building processes to setup the environment for testing and install MONAI rather than just using
pip install monai[...].To modernise things, MONAI should be updated with:
pyprojects.tomlfile. (Modernising Build Process #9010)pipfor installation only. (Modernising Build Process #9010)pyprojects.tomlto recreate these if needed. (Modernising Build Process #9010)