@@ -4,21 +4,23 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " stlearn"
7- version = " 1.1.5 "
7+ version = " 1.2.0 "
88authors = [
99 {name = " Genomics and Machine Learning lab" , email = " andrew.newman@uq.edu.au" },
1010]
1111description = " A downstream analysis toolkit for Spatial Transcriptomic data"
1212readme = {file = " README.md" , content-type = " text/markdown" }
1313license = {text = " BSD license" }
14- requires-python = " ~ =3.10.0 "
14+ requires-python = " > =3.10,<3.13 "
1515keywords = [" stlearn" ]
1616classifiers = [
1717 " Development Status :: 5 - Production/Stable" ,
1818 " Intended Audience :: Developers" ,
1919 " License :: OSI Approved :: BSD License" ,
2020 " Natural Language :: English" ,
2121 " Programming Language :: Python :: 3.10" ,
22+ " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
2224]
2325dynamic = [" dependencies" ]
2426
@@ -34,6 +36,7 @@ dev = [
3436 " furo==2024.8.6" ,
3537 " myst-parser>=0.18" ,
3638 " nbsphinx>=0.9.0" ,
39+ " types-tensorflow>=2.8.0" ,
3740 " sphinx-autodoc-typehints>=1.24.0" ,
3841 " sphinx-autosummary-accessors>=2023.4.0" ,
3942]
0 commit comments