Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addressed conda lightning conflict #84

Merged
merged 1 commit into from
Apr 6, 2024
Merged

addressed conda lightning conflict #84

merged 1 commit into from
Apr 6, 2024

Conversation

anyakors
Copy link
Contributor

@anyakors anyakors commented Apr 5, 2024

Description of your changes

Changed lightning requirements from 2.1.4 to >=2 as it does not conflict with pip installation from requirements.txt and allows for conda/mamba installation

Issue ticket number and link

Addressed issue #83

Type of change

  • Bug fix

How has this been tested?

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

@anyakors anyakors requested a review from davek44 April 5, 2024 02:22
@davek44 davek44 merged commit fc42d77 into master Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants