Skip to content

Commit

Permalink
Pin to scikit-build<0.17.2. (#1262)
Browse files Browse the repository at this point in the history
Wheel builds are failing because of a recent update to scikit-build. See related PR: rapidsai/cudf#13188

Blocks #1259.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #1262
  • Loading branch information
bdice committed May 3, 2023
1 parent 41f8449 commit db86b06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -17,7 +17,7 @@ dependencies:
- pytest
- pytest-cov
- python>=3.9,<3.11
- scikit-build>=0.13.1
- scikit-build>=0.13.1,<0.17.2
- spdlog>=1.11.0,<1.12
- tomli
name: all_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion conda/recipes/rmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ requirements:
- cython >=0.29,<0.30
- librmm ={{ version }}
- python
- scikit-build >=0.13.1
- scikit-build >=0.13.1,<0.17.2
- setuptools >=61.0.0
- tomli # [py<311]
run:
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies:
- &cuda_python cuda-python>=11.7.1,<12.0
- cython>=0.29,<0.30
- ninja
- scikit-build>=0.13.1
- scikit-build>=0.13.1,<0.17.2
- tomli
- output_types: conda
packages:
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires = [
"cuda-python>=11.7.1,<12.0",
"cython>=0.29,<0.30",
"ninja",
"scikit-build>=0.13.1",
"scikit-build>=0.13.1,<0.17.2",
"setuptools>=61.0.0",
"tomli",
"wheel",
Expand Down

0 comments on commit db86b06

Please sign in to comment.