Skip to content

Maintenance

Philipp Niedermayer edited this page Jan 18, 2025 · 2 revisions

Dependencies

Dependencies are managed with pip-compile, and CI is set up to update them regularly. See .github/workflows/dependencies.yaml. It will open PRs once in a while to keep dependencies updated. The workflow can also manually be triggered from the GitHub actions page at https://github.com/xsuite/xplt/actions/workflows/dependencies.yaml

To add dependencies, update the respective *.in file in the requirements/ folder and then manually trigger CI to update the generated *.txt files by.

Clone this wiki locally