File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " spotpython"
10- version = " 0.15.2 "
10+ version = " 0.15.3 "
1111authors = [
1212 { name =" T. Bartz-Beielstein" , email =" tbb@bartzundbartz.de" }
1313]
@@ -18,12 +18,13 @@ requires-python = ">=3.10"
1818classifiers = [
1919 " Programming Language :: Python :: 3.10" ,
2020 " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
2122 " License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)" ,
2223 " Operating System :: OS Independent" ,
2324]
2425# PEP 621 dependencies declaration
25- # adapt to your dependencies manager
2626dependencies = [
27+ " build" ,
2728 " captum" ,
2829 " lightning>=2.0.0rc0" ,
2930 " graphviz" ,
@@ -70,7 +71,7 @@ where = ["src"]
7071
7172[tool .black ]
7273line-length = 120
73- target-version = [" py311 " ]
74+ target-version = [" py312 " ]
7475
7576[tool .pytest .ini_options ]
7677addopts = [
You can’t perform that action at this time.
0 commit comments