From 01dcff636ca48a2b50856c8cc514b4eb30cd1954 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Wed, 1 Nov 2023 16:52:13 -0700 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Bradley Dice --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8879f17ba..a05dee929 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -271,7 +271,7 @@ sed -i "s/cupy-cuda11x/cupy-cuda12x/g" python/cucim/pyproject.toml ``` This will switch the CuPy dependency to one based on CUDA 12.x instead of 11.x. -The wheel can then be build using. +The wheel can then be built using: ```bash python -m pip wheel python/cucim/ -w dist -vvv --no-deps --disable-pip-version-check