Skip to content

Commit

Permalink
test from 'henryiii/fix/minversionlogic' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 6, 2024
1 parent 02c6778 commit dccf219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies:
- scikit-build-core >=0.7.0
- output_types: [requirements, pyproject]
packages:
- scikit-build-core[pyproject]>=0.7.0
- git+https://github.com/scikit-build/scikit-build-core.git@henryiii/fix/minversionlogic
build:
common:
- output_types: [conda, requirements, pyproject]
Expand Down
2 changes: 1 addition & 1 deletion python/librmm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"git+https://github.com/scikit-build/scikit-build-core.git@henryiii/fix/minversionlogic",
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
"scikit-build-core[pyproject]>=0.7.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project]
Expand Down
2 changes: 1 addition & 1 deletion python/rmm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"git+https://github.com/scikit-build/scikit-build-core.git@henryiii/fix/minversionlogic",
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
"scikit-build-core[pyproject]>=0.7.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project]
Expand Down

0 comments on commit dccf219

Please sign in to comment.