File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "sbmlsim"
77dynamic = [" version" ]
88description = " sbmlsim are utilities for the simulation of SBML models."
99readme = " README.md"
10- requires-python = " >=3.12 "
10+ requires-python = " >=3.13 "
1111authors = [
1212 {name =" Matthias König" , email =" konigmatt@googlemail.com" }
1313]
@@ -19,7 +19,6 @@ classifiers = [
1919 " Intended Audience :: Science/Research" ,
2020 " License :: OSI Approved :: MIT License" ,
2121 " Operating System :: OS Independent" ,
22- " Programming Language :: Python :: 3.12" ,
2322 " Programming Language :: Python :: 3.13" ,
2423 " Programming Language :: Python :: 3.14" ,
2524 " Programming Language :: Python :: Implementation :: CPython" ,
@@ -53,6 +52,8 @@ dependencies = [
5352 " SAlib>=1.5.2" ,
5453 " petab>=0.7.0" ,
5554 # "tables>=3.10.2",
55+ " statsmodels>=0.14.6" ,
56+ " typst>=0.14.5" ,
5657 " xarray>=2025.11.0" ,
5758 " bottleneck>=1.4.2" ,
5859 " psutil>=6.1.1" ,
You can’t perform that action at this time.
0 commit comments