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.pipfor installation only.pyprojects.tomlto recreate these if needed.