Skip to content

Commit

Permalink
Merge pull request #15 from Intron7/conda_update
Browse files Browse the repository at this point in the history
Installer Update for Rapids-23.02
  • Loading branch information
Intron7 authored Feb 23, 2023
2 parents ee66bdc + 33d9de0 commit 96d8f00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The easiest way to install *rapids-singlecell* is to use one of the *yaml* file
```
conda env create -f conda/rsc_rapids_22.12.yml
# or
mamba env create -f conda/rsc_rapids_23.02a.yml
mamba env create -f conda/rsc_rapids_23.02.yml
```
### PyPI
As of version 0.4.0 *rapids-singlecell* is now on PyPI.
Expand Down
2 changes: 1 addition & 1 deletion conda/rsc_rapids_22.12.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: rapids_singlecell_0.4.0
name: rapids_singlecell_0.5.0
channels:
- rapidsai
- nvidia
Expand Down
8 changes: 4 additions & 4 deletions conda/rsc_rapids_23.02a.yml → conda/rsc_rapids_23.02.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: rapids_singlecell_0.4.0
name: rapids_singlecell_0.5.0
channels:
- rapidsai-nightly
- rapidsai
- nvidia
- conda-forge
- bioconda
dependencies:
- rapids=23.02
- python=3.9
- cudatoolkit=11.5
- python=3.10
- cudatoolkit=11.8
- cudnn
- cutensor
- cusparselt
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The easiest way to install *rapids-singlecell* is to use one of the *yaml* file
```
conda env create -f conda/rsc_rapids_22.12.yml
# or
mamba env create -f conda/rsc_rapids_23.02a.yml
mamba env create -f conda/rsc_rapids_23.02.yml
```
## PyPI
As of version 0.4.0 *rapids-singlecell* is now on PyPI.
Expand Down

0 comments on commit 96d8f00

Please sign in to comment.