Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed May 29, 2018
1 parent 32e42f5 commit cadb2ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import mock

MOCK_MODULES = ['cplex', 'gurobipy', 'future', 'builtins']
MOCK_MODULES = ['cplex', 'gurobipy', 'future', 'builtins', 'configparser']

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ matplotlib
numpy
scipy
python-libsbml
pandas
framed==0.5.0
framed==0.5.1
pandas>=0.20.0
requests>=2.18
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.5.0
framed==0.5.1
pandas>=0.20.0
requests>=2.18

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
readme = readme_file.read()

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

0 comments on commit cadb2ba

Please sign in to comment.