Skip to content

Commit

Permalink
Try more recent rr/numpy with latest masspy.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 28, 2024
1 parent ce5045f commit bdc4aba
Showing 1 changed file with 2 additions and 2 deletions.
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.7"
numpy = "< 1.22.0"
numpy = "> 1.22.0"
docker = "^7.1.0"

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

0 comments on commit bdc4aba

Please sign in to comment.