We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951f4e8 commit 0e26184Copy full SHA for 0e26184
2 files changed
src/python/benchmark_models_petab/base.py
@@ -1,8 +1,7 @@
1
"""Get a petab problem from the collection."""
2
-
3
from pathlib import Path
4
5
-import petab
+import petab.v1 as petab
6
7
from .C import MODELS_DIR
8
src/python/setup.cfg
@@ -16,9 +16,9 @@ license_file = LICENSE
16
17
[options]
18
install_requires =
19
- petab >= 0.2.5
+ petab >= 0.4.0
20
21
-python_requires = >= 3.8
+python_requires = >= 3.10
22
zip_safe = False
23
include_package_data = True
24
0 commit comments