Skip to content

Commit 01d50cb

Browse files
committed
fix: added requirement for GillesPy2 <= 1.6.6
1 parent 837bdab commit 01d50cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Base OS
22
FROM python:3.9-slim-buster
33

4-
ARG VERSION=0.1.36
4+
ARG VERSION=0.1.37
55
ARG SIMULATOR_VERSION="1.6.6"
66

77
# metadata
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.36'
1+
__version__ = '0.1.37'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
biosimulators_utils[logging] >= 0.1.151
2-
gillespy2 >= 1.6.0
2+
gillespy2 >= 1.6.0, <= 1.6.6 # 1.6.7 introduces bug
33
kisao
44
lxml
55
numpy

0 commit comments

Comments
 (0)