Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed May 28, 2018
1 parent 43ed829 commit 78b8e8c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Additionally, you must install diamond and CPLEX (please check the documentation

### Credits and License

Developed at the European Molecular Biology Laboratory (2017).
Developed at the European Molecular Biology Laboratory (2017-2018).

For citation purposes please refer to our paper
(pre-print currently available on biorXiv: https://www.biorxiv.org/content/early/2018/01/12/223198).
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Installation
============

**CarveMe** requires Python 2.7, which is available for all major operating systems. We recommend the `Anaconda python
**CarveMe** currently supports Python 2.7 and Python 3.6, which are available for all major operating systems. We recommend the `Anaconda python
distribution <https://www.continuum.io/downloads>`_.

It can be easily installed using the **pip** package manager:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ numpy
scipy
python-libsbml
pandas
framed
framed==0.5.0
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
framed==0.3.5
framed==0.5.0
pandas>=0.20.0
requests>=2.18

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
readme = readme_file.read()

requirements = [
"framed",
"pandas",
"requests"
"framed==0.5.0",
"pandas>=0.20.0",
"requests>=2.18"
]

script_list = [
Expand Down

0 comments on commit 78b8e8c

Please sign in to comment.