Skip to content

Commit

Permalink
Drop CuPy as it is installed for us
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 7, 2024
1 parent 2da4436 commit 9fbb306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ cuCIM supports the following formats:
Install for CUDA 12:

```bash
pip install cupy-cuda12x cucim-cu12
pip install cucim-cu12
```

Alternatively install for CUDA 11:

```bash
pip install cupy-cuda11x cucim-cu11
pip install cucim-cu11
```

# Install dependencies for `cucim.skimage` (CuPy can target CUDA 11 or CUDA 12)
Expand Down

0 comments on commit 9fbb306

Please sign in to comment.