Skip to content

Commit

Permalink
perf: require libRoadRunner<2.2.0, numpy<1.22 for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 23, 2022
1 parent 1b88c8d commit 9c188f0
Show file tree
Hide file tree
Showing 3 changed files with 4 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.0.8"
ARG VERSION="0.0.9"
ARG SIMULATOR_VERSION="0.1.6"

# metadata
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.8'
__version__ = '0.0.9'
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
biosimulators_utils[logging] >= 0.1.151
cobra < 0.24.0
kisao >= 2.28
libroadrunner < 2.2.0
lxml
masspy >= 0.1.5
numpy
numpy < 1.22.0 # because MASSpy is much slower with libroadrunner 2.2 and numpy 1.22

0 comments on commit 9c188f0

Please sign in to comment.