From 649499e831f5c9f76a9ded0e3596677bef3e2176 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Mon, 28 Oct 2024 14:35:49 -0700 Subject: [PATCH] Revert to earlier roadrunner, which in context is faster. --- biosimulators_masspy/_version.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/biosimulators_masspy/_version.py b/biosimulators_masspy/_version.py index b794fd4..df9144c 100644 --- a/biosimulators_masspy/_version.py +++ b/biosimulators_masspy/_version.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1' diff --git a/pyproject.toml b/pyproject.toml index 3cad02f..ea2bd4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,10 +21,10 @@ python = "^3.9" biosimulators_utils = {version = "^0.1.151", extras = ["logging", "sbml"]} cobra = "<= 0.23.0" kisao = "^2.34" -libroadrunner = "<= 2.2.0" +libroadrunner = "< 2.2.0" lxml = "^4.5" masspy = "^0.1.5" -numpy = "<= 1.22.0" +numpy = "< 1.22.0" docker = "^7.1.0" [tool.poetry.group.dev.dependencies]