Skip to content

Commit 5d692fe

Browse files
JingqingZzsdonghao
authored andcommitted
allow more flexible requirements (#1035)
1 parent 5d2ed90 commit 5d692fe

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

requirements/requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
imageio==2.5.0
2-
numpy>=1.16,<1.17
3-
progressbar2==3.39.3
4-
requests==2.21.0
5-
scikit-learn==0.21.0
6-
scikit-image==0.15.0
7-
scipy==1.2.1
8-
wrapt==1.11.1
1+
imageio>=2.5.0
2+
numpy>=1.16
3+
progressbar2>=3.39.3
4+
requests>=2.21.0
5+
scikit-learn>=0.21.0
6+
scikit-image>=0.15.0
7+
scipy>=1.2.1
8+
wrapt>=1.11.1
99
h5py>=2.9
1010
cloudpickle>=0.8.1

requirements/requirements_db.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pymongo==3.8.0
1+
pymongo>=3.8.0

requirements/requirements_doc.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
flake8-docstrings>=1.3,<1.4
2-
pycodestyle==2.5.0
2+
pycodestyle>=2.5.0
33
pydocstyle>=2.1,<3.1
44
sphinx==2.0.1
55
sphinx_rtd_theme>=0.4,<0.5
6-
wrapt==1.11.1
6+
wrapt>=1.11.1
77
h5py>=2.9
88
cloudpickle>=0.8.1

requirements/requirements_extra.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
opencv-python==4.1.0.25
1+
opencv-python>=4.1.0.25
22
nltk>=3.3,<3.5
33
matplotlib>=2.2,<3.1
4-
requests==2.21.0
5-
tqdm==4.31.1
6-
lxml==4.3.3
4+
requests>=2.21.0
5+
tqdm>=4.31.1
6+
lxml>=4.3.3

requirements/requirements_test.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
keras>=2.2,<2.3
2-
pycodestyle==2.5.0
2+
pycodestyle>=2.5.0
33
pydocstyle>=2.1,<3.1
4-
pytest==4.5.0
4+
pytest>=4.5.0
55
pytest-cache>=1.0,<1.1
6-
pytest-cov==2.7.1
7-
pytest-xdist==1.28.0
6+
pytest-cov>=2.7.1
7+
pytest-xdist>=1.28.0
88
sphinx==2.0.1
9-
yapf==0.27.0
9+
yapf>=0.27.0

0 commit comments

Comments
 (0)