Skip to content

Commit

Permalink
updated to MASSPy 0.1.6, added requirement for COBRA<0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 22, 2022
1 parent 4ceba07 commit a28f627
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION="0.0.7"
ARG SIMULATOR_VERSION="0.1.5"
ARG VERSION="0.0.8"
ARG SIMULATOR_VERSION="0.1.6"

# metadata
LABEL \
Expand Down
4 changes: 2 additions & 2 deletions biosimulators.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "masspy",
"name": "MASSpy",
"version": "0.1.5",
"version": "0.1.6",
"description": "Tool for kinetic simulation of metabolic reaction networks.",
"urls": [
{
Expand Down Expand Up @@ -38,7 +38,7 @@
}
],
"image": {
"url": "ghcr.io/biosimulators/biosimulators_masspy/masspy:0.1.5",
"url": "ghcr.io/biosimulators/biosimulators_masspy/masspy:0.1.6",
"format": {
"namespace": "EDAM",
"id": "format_3973",
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_masspy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.8'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
biosimulators_utils[logging] >= 0.1.151
cobra < 0.24.0
kisao >= 2.28
lxml
masspy >= 0.1.5
Expand Down

0 comments on commit a28f627

Please sign in to comment.