From a496e2bbea36da73511f8d5dde104e7cde9f75fb Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 1 Jul 2024 16:01:42 +0200 Subject: [PATCH] require --- python/sdist/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sdist/pyproject.toml b/python/sdist/pyproject.toml index e24bf6811a..621fd43952 100644 --- a/python/sdist/pyproject.toml +++ b/python/sdist/pyproject.toml @@ -58,7 +58,7 @@ classifiers = [ # Don't include any URLs here - they are not supported by PyPI: # HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ # Invalid value for requires_dist. Error: Can't have direct dependency: ... -petab = ["petab>=0.2.9"] +petab = ["petab>=0.4.0"] pysb = ["pysb>=1.13.1"] test = [ "benchmark_models_petab @ git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master#subdirectory=src/python",