Skip to content

Commit

Permalink
Merge pull request #31 from CSOgroup/installation-0.2.0
Browse files Browse the repository at this point in the history
Set pyro-ppl version dependency
  • Loading branch information
marcovarrone authored Mar 1, 2024
2 parents fef0e41 + dc61f0b commit 396c415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This example is based on a Linux CentOS 7 system with an NVIDIA A100 GPU.
conda create -n cellcharter-env -c conda-forge python=3.10 mamba
conda activate cellcharter-env
mamba install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.6 -c pytorch -c conda-forge
pip install scvi-tools
pip install pyro-ppl==1.8.6 scvi-tools==0.20.3
pip install cellcharter
```

Expand Down

0 comments on commit 396c415

Please sign in to comment.