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

Add back sparse and xarray deps, lower bound scvi-tools #87

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://mrvi.readthedocs.io/"
urls.Source = "https://github.com/YosefLab/mrvi"
urls.Home-page = "https://github.com/YosefLab/mrvi"
dependencies = [
"scvi-tools>=1.1.0rc2",
"scvi-tools[criticism]>=1.1.0", # criticism for sparse and xarray
"seaborn>=0.12.1",
"statsmodels>=0.13.0",
]
Expand Down
Loading