Skip to content

Commit

Permalink
MTN: Fixup dependencies + version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
weilandtd committed May 11, 2022
1 parent 9548734 commit 1ed54d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,23 @@ This module was developed in Python 3.9, and it is recommended to run Python 3.9
The module also was tested in Python 3.8.

Further the following pip-python packages are required
- sympy >= 1.1.
- sympy >=1.1 <=1.5
- pytest
- scipy
- numpy
- bokeh
- pandas
- Cython
- scikits.odes
- markupsafe <=2.0.1
- bokeh >=0.12.0
- scikits.odes ==2.6.3
- deap
- dill
- h5py
- escher
- pytfa
- cobra <=0.24.0


The installation requires additionaly the following libraries:
- gcc
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dill
h5py
# extras ORACLE:
pytfa
cobra <= 0.24.0
cobra <=0.24.0
escher==1.7.0
# Additional things that are useful in RabLab
python-libsbml
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
os.path.join(d, "flint") for d in default_include_dirs
]

# Current version 0.9,1-beta
version_tag = '0.9.1-beta'
# Current version 1.0.1
version_tag = '1.0.1'


extensions = [
Expand Down

0 comments on commit 1ed54d6

Please sign in to comment.