Skip to content

Add CI workflow lane for dependency testing (canary lane) - #3430

Draft
deruyter92 wants to merge 2 commits into
mainfrom
jaap/dependency-upgrade-test
Draft

Add CI workflow lane for dependency testing (canary lane)#3430
deruyter92 wants to merge 2 commits into
mainfrom
jaap/dependency-upgrade-test

Conversation

@deruyter92

@deruyter92 deruyter92 commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Motivation
We currently enforce version pins for quite some dependencies. This PR introduces a non-blocking test lane that can help to identify future-incompatibilities when we release these upper bounds.

Changes
Add add a non-blocking "canary" test lane that tests future compatibility for specific pip-overrides. Currently, we run only the pytests and the torch functional tests for just one python version (3.12) and os (ubuntu). The following dependency overrides are tested:

  • albumentations >= 2
  • numpy >= 2
  • pandas >= 3

Related PRs

@deruyter92
deruyter92 force-pushed the jaap/dependency-upgrade-test branch from d9ce322 to a7b8470 Compare July 30, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant