Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Add optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 committed Feb 9, 2024
1 parent ee1b018 commit 9526154
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install scvi-tools from main
run: |
pip install --no-cache-dir "scvi-tools @ git+https://github.com/scverse/scvi-tools@main"
pip install --no-cache-dir "scvi-tools[criticism] @ git+https://github.com/scverse/scvi-tools@main"
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_linux_cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install scvi-tools from main
run: |
pip install --no-cache-dir "scvi-tools @ git+https://github.com/scverse/scvi-tools@main"
pip install --no-cache-dir "scvi-tools[criticism] @ git+https://github.com/scverse/scvi-tools@main"
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_linux_pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install scvi-tools from main
run: |
pip install --no-cache-dir "scvi-tools @ git+https://github.com/scverse/scvi-tools@main"
pip install --no-cache-dir "scvi-tools[criticism] @ git+https://github.com/scverse/scvi-tools@main"
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ urls.Documentation = "https://scvi-v2.readthedocs.io/"
urls.Source = "https://github.com/YosefLab/scvi-v2"
urls.Home-page = "https://github.com/YosefLab/scvi-v2"
dependencies = [
"scvi-tools>=1.1.0rc2",
"scvi-tools>=1.1.0",
"seaborn>=0.12.1",
"statsmodels>=0.13.0",
]
Expand Down

0 comments on commit 9526154

Please sign in to comment.