Skip to content

Commit

Permalink
Avoid skbuild 0.17.2 which affected the cmake -DPython_LIBRARY string (
Browse files Browse the repository at this point in the history
…#13188) (#13195)

Back ports the fix in #13188 to fix v23.04 builds

Authors:
   - Sevag H (https://github.com/sevagh)

Approvers:
   - AJ Schmidt (https://github.com/ajschmidt8)
   - Vyas Ramasubramani (https://github.com/vyasr)
   - Bradley Dice (https://github.com/bdice)
  • Loading branch information
raydouglass authored Apr 21, 2023
1 parent ed9385b commit 6b21fe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies:
- pytorch<1.12.0
- rmm==23.4.*
- s3fs>=2022.3.0
- scikit-build>=0.13.1
- scikit-build>=0.13.1,<0.17.2
- scipy
- spdlog>=1.11.0,<1.12
- sphinx
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- scikit-build>=0.13.1
- scikit-build>=0.13.1,<0.17.2
- rmm==23.4.*
- output_types: conda
packages:
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires = [
"protoc-wheel",
"pyarrow==10.0.1.*",
"rmm==23.4.*",
"scikit-build>=0.13.1",
"scikit-build>=0.13.1,<0.17.2",
"setuptools",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit 6b21fe2

Please sign in to comment.