We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ec1fa commit bc1f7a6Copy full SHA for bc1f7a6
Dockerfile
@@ -1,7 +1,7 @@
1
# Base OS
2
FROM python:3.9-slim-buster
3
4
-ARG VERSION="0.1.14"
+ARG VERSION="0.1.15"
5
ARG SIMULATOR_VERSION=0.7.25
6
7
# metadata
biosimulators_cbmpy/_version.py
@@ -1 +1 @@
-__version__ = '0.1.14'
+__version__ = '0.1.15'
requirements.txt
@@ -1,4 +1,4 @@
-biosimulators_utils[logging] >= 0.1.122
+biosimulators_utils[logging] >= 0.1.162
cbmpy <= 0.7.25
glpk
kisao
0 commit comments