From f6c2b5c4f971eb2a0082409959111cbdbc324aab Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 6 Aug 2024 18:25:52 -0500 Subject: [PATCH] fix formatting --- dependencies.yaml | 2 +- python/librmm/pyproject.toml | 2 +- python/rmm/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 636abb797..48a3b118f 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -100,7 +100,7 @@ dependencies: - scikit-build-core >=0.7.0 - output_types: [requirements, pyproject] packages: - - git+https://github.com/scikit-build/scikit-build-core.git@henryiii/fix/minversionlogic + - 'scikit-build-core @ git+https://github.com/scikit-build/scikit-build-core.git@henryiii/fix/minversionlogic' build: common: - output_types: [conda, requirements, pyproject] diff --git a/python/librmm/pyproject.toml b/python/librmm/pyproject.toml index ae49e40cd..1552f9b50 100644 --- a/python/librmm/pyproject.toml +++ b/python/librmm/pyproject.toml @@ -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 @ git+https://github.com/scikit-build/scikit-build-core.git@henryiii/fix/minversionlogic", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project] diff --git a/python/rmm/pyproject.toml b/python/rmm/pyproject.toml index 22e57a87a..72ee60e3d 100644 --- a/python/rmm/pyproject.toml +++ b/python/rmm/pyproject.toml @@ -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 @ git+https://github.com/scikit-build/scikit-build-core.git@henryiii/fix/minversionlogic", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project]