Skip to content

Commit

Permalink
Update pyproject.toml for 1.1.6 (#2971)
Browse files Browse the repository at this point in the history
This is for anndata to work with mudata for scvi-tools 1.1.x most recent
release
for scvi >=1.2.x we will no longer support python 3.9 and this
constraint will be redundant
  • Loading branch information
ori-kron-wis authored Sep 16, 2024
1 parent 07c3a12 commit 2abe90f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]

[project]
name = "scvi-tools"
version = "1.1.6.post1"
version = "1.1.6.post2"
description = "Deep probabilistic analysis of single-cell omics data."
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -14,7 +14,7 @@ authors = [
{name = "The scvi-tools development team"},
]
maintainers = [
{name = "The scvi-tools development team", email = "[email protected]"},
{name = "The scvi-tools development team", email = "[email protected]"},
]
urls.Documentation = "https://scvi-tools.org"
urls.Source = "https://github.com/scverse/scvi-tools"
Expand All @@ -32,7 +32,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
dependencies = [
"anndata>=0.7.5",
"anndata>=0.7.5,<=0.10.8",
"docrep>=0.3.2",
"flax",
"jax>=0.4.4",
Expand Down

0 comments on commit 2abe90f

Please sign in to comment.