From 7716ddbbcfeb7748e8538c31c57abd55189cbeb4 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 22 Sep 2025 20:46:05 +0200 Subject: [PATCH] Require `python-libcombine` Currently, `python-libcombine` is not a requirement, but we rely on it being installed. So, let's require it. Closes #172. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58320fa..18ec992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "antimony", "python-libsbml", "matplotlib", - "petab>=0.6.0", + "petab[combine]>=0.6.0", "qtawesome", "copasi-basico", "copasi-petab-importer"