Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
grlee77 and bdice authored Nov 1, 2023
1 parent 6ebfccf commit 01dcff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01dcff6

Please sign in to comment.