Skip to content

Commit

Permalink
adding bionetgen requirement to provide validation for BNGL files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jun 7, 2021
1 parent 4feb19e commit 36deedc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM python:3.9-slim-buster

ARG VERSION="0.1.9"
ARG VERSION="0.1.10"
ARG SIMULATOR_VERSION=2.5.2

# metadata
Expand Down Expand Up @@ -78,5 +78,5 @@ ENV VERBOSE=0 \
MPLBACKEND=PDF

# setup entry point
ENTRYPOINT ["bionetgen"]
ENTRYPOINT ["biosimulators-bionetgen"]
CMD []
2 changes: 1 addition & 1 deletion biosimulators_bionetgen/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.9'
__version__ = '0.1.10'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
biosimulators_utils[logging] >= 0.1.80
biosimulators_utils[bngl,logging] >= 0.1.82
kisao
pandas
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
entry_points={
'console_scripts': [
'bionetgen = biosimulators_bionetgen.__main__:main',
'biosimulators-bionetgen = biosimulators_bionetgen.__main__:main',
],
},
)

0 comments on commit 36deedc

Please sign in to comment.