From b28c351f96557cf61848e605e7e225a9fc1b514e Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Wed, 22 Dec 2021 10:58:29 -0500 Subject: [PATCH] feat: updated required version of biosimulators-utils --- Dockerfile | 2 +- biosimulators_amici/_version.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7b7376..6432458 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base OS FROM python:3.9-slim-buster -ARG VERSION="0.1.21" +ARG VERSION="0.1.22" ARG SIMULATOR_VERSION="0.11.22" # metadata diff --git a/biosimulators_amici/_version.py b/biosimulators_amici/_version.py index dccb61c..872472a 100644 --- a/biosimulators_amici/_version.py +++ b/biosimulators_amici/_version.py @@ -1 +1 @@ -__version__ = '0.1.21' +__version__ = '0.1.22' diff --git a/requirements.txt b/requirements.txt index 2cec113..63477d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ amici >= 0.11.17 -biosimulators_utils[logging] >= 0.1.122 +biosimulators_utils[logging] >= 0.1.151 kisao lxml numpy