@@ -10,8 +10,9 @@ classifiers = [
1010 " Development Status :: 5 - Production/Stable" ,
1111 " Intended Audience :: Science/Research" ,
1212 " Natural Language :: English" ,
13- " Programming Language :: Python :: 3.6" ,
14- " Programming Language :: Python :: 3.7" ,
13+ " Programming Language :: Python :: 3.11" ,
14+ " Programming Language :: Python :: 3.12" ,
15+ " Programming Language :: Python :: 3.13" ,
1516 " Operating System :: MacOS :: MacOS X" ,
1617 " Operating System :: Microsoft :: Windows" ,
1718 " Operating System :: POSIX :: Linux" ,
@@ -26,7 +27,7 @@ packages = [
2627 {include = " destvi_utils" },
2728]
2829readme = " README.md"
29- version = " 0.1 .0"
30+ version = " 0.2 .0"
3031
3132[tool .poetry .dependencies ]
3233adjustText = " >=0.7.1"
@@ -35,7 +36,7 @@ black = {version = ">=20.8b1", optional = true}
3536cmap2d = {git = " https://github.com/cane11/cmap2d" , tag = " v1.0" }
3637codecov = {version = " >=2.0.8" , optional = true }
3738flake8 = {version = " >=3.7.7" , optional = true }
38- gseapy = {version = " 0.10.2" }
39+ gseapy = {version = " >= 0.10.2" }
3940hotspot = {git = " https://github.com/YosefLab/Hotspot" , tag = " v1.0" }
4041importlib-metadata = {version = " ^1.0" , python = " <3.8" }
4142ipython = " >=7.1.1"
@@ -50,11 +51,11 @@ nbsphinx-link = {version = "*", optional = true}
5051pre-commit = {version = " >=2.7.1" , optional = true }
5152pydata-sphinx-theme = {version = " >=0.4.0" , optional = true }
5253pytest = {version = " >=4.4" , optional = true }
53- python = " >=3.7.2 ,<4.0"
54+ python = " >=3.11.0 ,<4.0"
5455igraph = {version = " *" }
5556scanpy = " >=1.6,<2.0"
5657scanpydoc = {version = " >=0.5" , optional = true }
57- scvi-tools = " >=0.15.0 "
58+ scvi-tools = { git = " https://github.com/scverse/scvi-tools " , tag = " Ori-destvi_v2_2 " }
5859sphinx = {version = " >=4.1,<4.4" , optional = true }
5960sphinx-autodoc-typehints = {version = " *" , optional = true }
6061sphinx-rtd-theme = {version = " *" , optional = true }
0 commit comments