-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: updated v1.2.0 and RTD for py312 (#2991)
Co-authored-by: Can Ergen <[email protected]>
- Loading branch information
1 parent
4199a47
commit a557cf9
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule notebooks
updated
from 1a9b54 to 43eb27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ requires = ["hatchling"] | |
|
||
[project] | ||
name = "scvi-tools" | ||
version = "1.1.6" | ||
version = "1.2.0" | ||
description = "Deep probabilistic analysis of single-cell omics data." | ||
readme = "README.md" | ||
requires-python = ">=3.10" | ||
|
@@ -15,6 +15,7 @@ authors = [ | |
maintainers = [ | ||
{name = "The scvi-tools development team", email = "[email protected]"}, | ||
] | ||
|
||
urls.Documentation = "https://scvi-tools.org" | ||
urls.Source = "https://github.com/scverse/scvi-tools" | ||
urls.Home-page = "https://scvi-tools.org" | ||
|
@@ -55,7 +56,6 @@ dependencies = [ | |
"xarray>=2023.2.0", | ||
] | ||
|
||
|
||
[project.optional-dependencies] | ||
tests = ["pytest", "pytest-pretty", "coverage", "scvi-tools[optional]"] | ||
editing = ["jupyter", "pre-commit"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters