Skip to content

Commit

Permalink
feat: updated required version of biosimulators-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 22, 2021
1 parent 2950add commit b28c351
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_amici/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.21'
__version__ = '0.1.22'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amici >= 0.11.17
biosimulators_utils[logging] >= 0.1.122
biosimulators_utils[logging] >= 0.1.151
kisao
lxml
numpy
Expand Down

0 comments on commit b28c351

Please sign in to comment.