Skip to content

Commit 0e26184

Browse files
authored
Require newer PEtab, use petab.v1 (#225)
1 parent 951f4e8 commit 0e26184

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/python/benchmark_models_petab/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""Get a petab problem from the collection."""
2-
32
from pathlib import Path
43

5-
import petab
4+
import petab.v1 as petab
65

76
from .C import MODELS_DIR
87

src/python/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ license_file = LICENSE
1616

1717
[options]
1818
install_requires =
19-
petab >= 0.2.5
19+
petab >= 0.4.0
2020

21-
python_requires = >= 3.8
21+
python_requires = >= 3.10
2222
zip_safe = False
2323
include_package_data = True
2424

0 commit comments

Comments
 (0)