Skip to content

Commit

Permalink
Merge pull request #13197 from rapidsai/branch-23.04
Browse files Browse the repository at this point in the history
[RELEASE] v23.04.01
  • Loading branch information
raydouglass authored Apr 21, 2023
2 parents 4d31a6f + 6b21fe2 commit d023acc
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 d023acc

Please sign in to comment.