Skip to content

Commit 33cf944

Browse files
committed
update install
1 parent eb632e7 commit 33cf944

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ channels:
55
- conda-forge
66
- bioconda
77
dependencies:
8-
- rapids=24.08
9-
- python=3.11
8+
- rapids=24.12
9+
- python=3.12
1010
- cuda-version=12.5
1111
- cudnn
1212
- cutensor

docs/Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
## Conda
33
The easiest way to install *rapids-singlecell* is to use one of the *yaml* file provided in the [conda](https://github.com/scverse/rapids_singlecell/tree/main/conda) folder. These *yaml* files install everything needed to run the example notebooks and get you started.
44
```
5-
conda env create -f conda/rsc_rapids_24.06.yml #default CUDA-11.8
5+
conda env create -f conda/rsc_rapids_24.08.yml #default CUDA-11.8
66
# or
7-
mamba env create -f conda/rsc_rapids_24.08.yml #default CUDA-12.5
7+
mamba env create -f conda/rsc_rapids_24.12.yml #default CUDA-12.5
88
```
99
## PyPI
1010
As of version 0.4.0 *rapids-singlecell* is now on PyPI.

0 commit comments

Comments
 (0)