Skip to content

Commit 1bac3f3

Browse files
updated dependencies
1 parent 194deaf commit 1bac3f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "sbmlsim"
77
dynamic = ["version"]
88
description = "sbmlsim are utilities for the simulation of SBML models."
99
readme = "README.md"
10-
requires-python = ">=3.12"
10+
requires-python = ">=3.13"
1111
authors = [
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",

0 commit comments

Comments
 (0)