Skip to content

Commit

Permalink
refactor: requiring tellurium < 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Oct 10, 2021
1 parent 7eb2ffc commit 1fda482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM python:3.9-slim-buster

ARG VERSION="0.1.23"
ARG SIMULATOR_VERSION="2.2.1"
ARG SIMULATOR_VERSION="2.2.0"

# metadata
LABEL \
Expand Down
2 changes: 1 addition & 1 deletion biosimulators.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tellurium",
"name": "tellurium",
"version": "2.2.1",
"version": "2.2.0",
"description": "tellurium is a Python-based environment for model building, simulation, and analysis that facilitates reproducibility of models in systems and synthetic biology.",
"urls": [{
"type": "Home page",
Expand Down

0 comments on commit 1fda482

Please sign in to comment.