Skip to content

Commit

Permalink
Allow newer scikit-build (#13424)
Browse files Browse the repository at this point in the history
This PR attempts to allow using newer versions of scikit-build again.

cf. #13188

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Lawrence Mitchell (https://github.com/wence-)

URL: #13424
  • Loading branch information
vyasr authored May 26, 2023
1 parent cc317ed commit 90bb887
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 @@ -74,7 +74,7 @@ dependencies:
- pytorch<1.12.0
- rmm==23.8.*
- s3fs>=2022.3.0
- scikit-build>=0.13.1,<0.17.2
- scikit-build>=0.13.1
- 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 @@ -239,7 +239,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- scikit-build>=0.13.1,<0.17.2
- scikit-build>=0.13.1
- rmm==23.8.*
- 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==11.0.0.*",
"rmm==23.8.*",
"scikit-build>=0.13.1,<0.17.2",
"scikit-build>=0.13.1",
"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 90bb887

Please sign in to comment.