Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
matplotlib
pymongo
progressbar2==3.37.0
scikit-image
scipy
sphinx==1.7.1
tensorflow==1.5.0
flake8-docstrings>=1.3,<1.4
matplotlib>=2.2,<2.3
pymongo>=3.6,<3.7
progressbar2>=3.37,<3.38
scikit-image>=0.13,<0.14
scipy>=1.0,<1.1
sphinx>=1.7,<1.8
tensorflow>=1.7,<1.8
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
progressbar2==3.37.0
scipy
scikit-image
matplotlib
matplotlib>=2.2,<2.3
numpy>=1.14,<1.15
progressbar2>=3.37,<3.38
scikit-image>=0.13,<0.14
scipy>=1.0,<1.1
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
autopep8>=1.3,<1.4
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ def req_file(filename):
# dependencies). You can install these using the following syntax,
# $ pip install -e .[test]
extras_require={
'dev': req_file("requirements_dev.txt"),
'doc': req_file("docs/requirements.txt"),
'test': req_file("tests/requirements.txt")
},
scripts=[
Expand Down
14 changes: 7 additions & 7 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
keras==2.1.5
pydocstyle==2.1.1
pytest==3.4.1
pytest-cache==1.0
pytest-cov==2.5.1
pytest-xdist==1.22.2
yapf==0.20.2
keras>=2.1,<2.2
pydocstyle>=2.1,<2.2
pytest>=3.4,<3.5
pytest-cache>=1.0,<1.1
pytest-cov>=2.5,<2.6
pytest-xdist>=1.22,<1.23
yapf>=0.20,<0.21