Skip to content

Commit

Permalink
Revert to earlier roadrunner, which in context is faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 28, 2024
1 parent e17fbc7 commit 649499e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biosimulators_masspy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ python = "^3.9"
biosimulators_utils = {version = "^0.1.151", extras = ["logging", "sbml"]}
cobra = "<= 0.23.0"
kisao = "^2.34"
libroadrunner = "<= 2.2.0"
libroadrunner = "< 2.2.0"
lxml = "^4.5"
masspy = "^0.1.5"
numpy = "<= 1.22.0"
numpy = "< 1.22.0"
docker = "^7.1.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 649499e

Please sign in to comment.