You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a bunch of logic that uses sed to change out bits of pyproject.toml. Wonder if there is a better option for handling this in pyproject.toml without needing sed
@jakirkham This is largely overlapping with rapidsai/dependency-file-generator#46. There's an open PR for resolving that but it has been stalled. That would solve some of these pieces, specifically the conditionals like [[ $PACKAGE_CUDA_SUFFIX == "-cu12" ]].
However, the alpha_spec piece would not be possible to implement with rapids-dependency-file-generator (at least, it would require a significant expansion of scope). Do you have thoughts on how to accomplish that without sed?
Currently we have a bunch of logic that uses
sed
to change out bits ofpyproject.toml
. Wonder if there is a better option for handling this inpyproject.toml
without needingsed
cudf/ci/build_wheel.sh
Lines 37 to 53 in 42e946f
The text was updated successfully, but these errors were encountered: