Skip to content

Commit d023acc

Browse files
authored
Merge pull request #13197 from rapidsai/branch-23.04
[RELEASE] v23.04.01
2 parents 4d31a6f + 6b21fe2 commit d023acc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/environments/all_cuda-118_arch-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies:
7373
- pytorch<1.12.0
7474
- rmm==23.4.*
7575
- s3fs>=2022.3.0
76-
- scikit-build>=0.13.1
76+
- scikit-build>=0.13.1,<0.17.2
7777
- scipy
7878
- spdlog>=1.11.0,<1.12
7979
- sphinx

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ dependencies:
238238
common:
239239
- output_types: [conda, requirements, pyproject]
240240
packages:
241-
- scikit-build>=0.13.1
241+
- scikit-build>=0.13.1,<0.17.2
242242
- rmm==23.4.*
243243
- output_types: conda
244244
packages:

python/cudf/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010
"protoc-wheel",
1111
"pyarrow==10.0.1.*",
1212
"rmm==23.4.*",
13-
"scikit-build>=0.13.1",
13+
"scikit-build>=0.13.1,<0.17.2",
1414
"setuptools",
1515
"wheel",
1616
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

0 commit comments

Comments
 (0)