You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#8980.
### Description
This updates the way MONAI is built to be more modern, relying on `pip`
for everything with all information consolidated into the
`pyproject.toml` file. A script `print_dependencies.py` is provided to
reconstruct a requirements file from the toml file when needed, such as
installing dependencies before installing MONAI for technical reasons.
Highlights:
* Move everything build related into `pyproject.toml`.
* Remove the requirements file and the `setup.cfg` file.
* Add a script to recreate the requirements files if needed.
* Update the version of Versioneer used.
* Update actions to use the new installation process in a uniform
manner.
* Update the Docker files to use the process.
* Update installation docs to reflect these changes and clarify some
parts.
* Adds a test in packaging for uv.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [x] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
0 commit comments