-
Notifications
You must be signed in to change notification settings - Fork 68
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
refactor CUDA versions in dependencies.yaml #562
refactor CUDA versions in dependencies.yaml #562
Conversation
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
1 build,
Not sure if it's relevant, but that is the only job in the matrix testing with an older driver. I tried adding the CTK back to the environment for that job: 9ce9fc8. Let's see if it helps. |
From discussion offline with @AjayThorve ... I just pushed 84ce513 putting a ceiling on I did this in the bluntest way possible (applying it to all conda envs and If this works, I'm planning to remove that ceiling from |
Yeah if this works, there haven't been any issues with other envs, and seems like the issue is running parallet pytests with updated panel is causing it. In that case, all we need to do is remove the current upper pin for panel from run dependencies and add a specific panel dependency with |
da5c756
to
d3800f1
Compare
/merge |
Description
Contributes to rapidsai/build-planning#7.
Proposes splitting the
cuda-version
dependency independencies.yaml
out to its own thing, separate from the bits of the CUDA Toolkit this project needs.Benefits of this change
cuda-version
version in environments"12.*"
)conda
recipe is missing a dependency" are caught in CI