From 2880e9e744a9191a8d1621ec0dbcec6bb9b35d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6nig?= Date: Mon, 4 Mar 2024 10:21:26 +0100 Subject: [PATCH] fixing dependencies --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9d8dda0..803d276 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ keywords = zip_safe = True python_requires = >=3.9 install_requires = - sbmlutils>=0.8.4 + sbmlutils>=0.8.7 numpy==1.21.3 # see https://github.com/sys-bio/roadrunner/issues/963 libroadrunner==2.1.3 # see https://github.com/sys-bio/roadrunner/issues/963 scipy==1.10.1 @@ -68,9 +68,9 @@ install_requires = # dependencies petab>=0.1.25 # fix for windows access violations - ray[default]==2.5.1 + ray[default]>=2.9.3 grpcio==1.49.1 - pydantic<2 + pydantic>=2.6.3 tables>=3.8.0 xarray>=2023.6.0 bottleneck>=1.3.4