Skip to content

Commit

Permalink
chore: improved management of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 20, 2021
1 parent 1db2e24 commit 6a1eaae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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 ghcr.io/biosimulators/biosimulators_pysces/pysces_base:latest

ARG VERSION=0.1.22
ARG VERSION=0.1.23
ARG SIMULATOR_VERSION="1.0.0"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_pysces/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.22'
__version__ = '0.1.23'
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
biosimulators_utils[sbml,logging] >= 0.1.116
biosimulators_utils[sbml,logging] >= 0.1.122
kisao
lxml
numpy
pysces
pysces[sbml,parscan] >= 1.0.0
# pysces[sbml,cvode,parscan] >= 1.0.0

0 comments on commit 6a1eaae

Please sign in to comment.