Skip to content

Improve testing of dependencies #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MeraX opened this issue Apr 10, 2025 · 0 comments
Open

Improve testing of dependencies #255

MeraX opened this issue Apr 10, 2025 · 0 comments
Labels
WP4 Activities related to the ML-PP WP4

Comments

@MeraX
Copy link
Contributor

MeraX commented Apr 10, 2025

What maintenance does this project need?

It sometimes happens, that we adopt new features provided by a dependency ahead of the minimum version pinned in the pyproject.toml file – see, for example, issue #254.

In order to maintain the accuracy and currency of our dependencies, I propose the implementation of supplementary unit tests executed within an environment utilising the lowest specified versions. This environment can be installed easily using uv:

pip install uv
uv pip install --resolution lowest-direct  -e ./training[all,tests] -e ./graphs[all,tests] -e ./models[all,tests]

Organisation

No response

@MeraX MeraX added the WP4 Activities related to the ML-PP WP4 label Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WP4 Activities related to the ML-PP WP4
Projects
Status: No status
Development

No branches or pull requests

1 participant