Relax pinnings on several dependencies, remove nvidia channel#125
Relax pinnings on several dependencies, remove nvidia channel#125rapids-bot[bot] merged 5 commits intoNVIDIA:branch-25.08from
Conversation
gforsyth
left a comment
There was a problem hiding this comment.
I think some of these changes also need to be set in the rattler recipes
|
Good call @gforsyth, normally I catch myself on that but not this time! |
|
Thank you @bdice for the PR. |
|
@rgsl888prabhu Could you take a quick peek at the install instructions? I just pushed some simplifications there while I was ripping out |
cuOpt packages are in nvidia channel, I think intsall instruction would require nvidia channel for cuOpt. https://anaconda.org/nvidia/repo |
|
Sorry. Then my advice about removing |
|
@bdice I am working on fixing the error in tests, will push it to this PR and also revert changes to README |
|
/merge |
…#125) This relaxes some pinnings on numba-cuda, numba, and pandas to ensure that the latest nightly of cudf can be used. I also removed the `nvidia` channel as it is no longer needed. This also fixes cuopt_cli test which was failing due to missing `pyenv` Authors: - Bradley Dice (https://github.com/bdice) - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - James Lamb (https://github.com/jameslamb) - Gil Forsyth (https://github.com/gforsyth) - Trevor McKay (https://github.com/tmckayus) URL: NVIDIA#125
Description
This relaxes some pinnings on numba-cuda, numba, and pandas to ensure that the latest nightly of cudf can be used. I also removed the
nvidiachannel as it is no longer needed.This also fixes cuopt_cli test which was failing due to missing
pyenv