Skip to content

Commit

Permalink
fix: added requirement for GillesPy2 <= 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 25, 2022
1 parent 837bdab commit 01d50cb
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.36
ARG VERSION=0.1.37
ARG SIMULATOR_VERSION="1.6.6"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_gillespy2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.36'
__version__ = '0.1.37'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
biosimulators_utils[logging] >= 0.1.151
gillespy2 >= 1.6.0
gillespy2 >= 1.6.0, <= 1.6.6 # 1.6.7 introduces bug
kisao
lxml
numpy
Expand Down

0 comments on commit 01d50cb

Please sign in to comment.