From 4558919ba72c214cbd5dd18ccd863f17662c4c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:34:07 +0000 Subject: [PATCH] Update scikit-build requirement in /docker/main Updates the requirements on [scikit-build](https://github.com/scikit-build/scikit-build) to permit the latest version. - [Release notes](https://github.com/scikit-build/scikit-build/releases) - [Changelog](https://github.com/scikit-build/scikit-build/blob/main/CHANGES.rst) - [Commits](https://github.com/scikit-build/scikit-build/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: scikit-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements.txt b/docker/main/requirements.txt index 90780e2b4..3ae420d07 100644 --- a/docker/main/requirements.txt +++ b/docker/main/requirements.txt @@ -1,2 +1,2 @@ -scikit-build == 0.17.* +scikit-build == 0.18.* nvidia-pyindex