Skip to content

Commit f784991

Browse files
committed
bump
1 parent 20b76e5 commit f784991

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cholab-prep/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ conda create --name sopa2 python=3.10
2727
conda activate sopa2
2828
cd /sc/arion/projects/untreatedIBD/cache/tools/sopa
2929
pip install -e '.[cellpose,baysor,tangram,wsi]'
30-
pip uninstall numpy
31-
pip install numpy==2.0.2
3230

3331
# Install Snakemake
3432
conda install -c conda-forge -c bioconda snakemake
33+
pip uninstall numpy
34+
pip install numpy==2.0.2
3535
conda deactivate
3636

3737
```

0 commit comments

Comments
 (0)