Closed anyakors closed 7 months ago
Set up a new environment (python 3.12) with fixed pytorch-lightning and updated scvi (anndata loading) dependencies. No changes to core code.
Fixed issue #81
Tested by installing a fresh environment and running a test on included testdata:
conda create -n solo python=3.12 && conda activate solo && pip install -e . cd testdata/ solo -p -a -g -r 2 --set-reproducible-seed 1 -o results_pbmc_test -j ../solo_params_example.json -d 2c.h5ad
That works flawlessly for me. Thanks for the upgrade. These package dependencies are really a huge mess.
Great! Thanks for reporting this bug.
Description of your changes
Set up a new environment (python 3.12) with fixed pytorch-lightning and updated scvi (anndata loading) dependencies. No changes to core code.
Issue ticket number and link
Fixed issue #81
Type of change
How has this been tested?
Tested by installing a fresh environment and running a test on included testdata: