Skip to content

Commit f88f23e

Browse files
pyup-botzsdonghao
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on Monday (#967)
* Pin imageio to latest version 2.5.0 * Pin progressbar2 to latest version 3.39.3 * Pin scikit-learn to latest version 0.21.0 * Pin scikit-image to latest version 0.15.0 * Pin scipy to latest version 1.2.1 * Pin wrapt to latest version 1.11.1 * Pin wrapt to latest version 1.11.1 * Pin opencv-python to latest version 4.1.0.25 * Pin requests to latest version 2.21.0 * Pin tqdm to latest version 4.31.1 * Pin lxml to latest version 4.3.3 * Pin pymongo to latest version 3.8.0 * Pin pycodestyle to latest version 2.5.0 * Pin pycodestyle to latest version 2.5.0 * Pin sphinx to latest version 2.0.1 * Pin sphinx to latest version 2.0.1 * Pin pytest to latest version 4.5.0 * Pin pytest-cov to latest version 2.7.1 * Update pytest-xdist from 1.25.0 to 1.28.0 * Update yapf from 0.25.0 to 0.27.0 * Update CHANGELOG.md
1 parent de705fd commit f88f23e

File tree

6 files changed

+22
-21
lines changed

6 files changed

+22
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ To release a new version, please update the changelog as followed:
7676
### Changed
7777
- remove `tl.layers.initialize_global_variables(sess)` (PR #931)
7878
- change `tl.layers.core`, `tl.models.core` (PR #966)
79-
- change `weights` into `all_weights`, `trainable_weights`, `nontrainable_weights`
79+
- change `weights` into `all_weights`, `trainable_weights`, `nontrainable_weights`
8080

8181
### Dependencies Update
8282
- nltk>=3.3,<3.4 => nltk>=3.3,<3.5 (PR #892)
8383
- pytest>=3.6,<3.11 => pytest>=3.6,<4.1 (PR #889)
8484
- yapf>=0.22,<0.25 => yapf==0.25.0 (PR #896)
85+
- imageio==2.5.0 progressbar2==3.39.3 scikit-learn==0.21.0 scikit-image==0.15.0 scipy==1.2.1 wrapt==1.11.1 pymongo==3.8.0 sphinx==2.0.1 wrapt==1.11.1 opencv-python==4.1.0.25 requests==2.21.0 tqdm==4.31.1 lxml==4.3.3 pycodestyle==2.5.0 sphinx==2.0.1 yapf==0.27.0(PR #967)
8586

8687
### Deprecated
8788

requirements/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
imageio>=2.3,<2.5
1+
imageio==2.5.0
22
numpy>=1.16,<1.17
3-
progressbar2>=3.38,<3.39
3+
progressbar2==3.39.3
44
requests==2.21.0
5-
scikit-learn>=0.19,<0.21
6-
scikit-image>=0.14,<0.15
7-
scipy>=1.1,<1.2
8-
wrapt>=1.10,<1.11
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pymongo>=3.6,<3.8
1+
pymongo==3.8.0

requirements/requirements_doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
flake8-docstrings>=1.3,<1.4
2-
pycodestyle>=2.0,<2.5
2+
pycodestyle==2.5.0
33
pydocstyle>=2.1,<3.1
4-
sphinx>=1.7,<1.9
4+
sphinx==2.0.1
55
sphinx_rtd_theme>=0.4,<0.5
6-
wrapt>=1.10,<1.11
6+
wrapt==1.11.1
77
h5py>=2.9
88
cloudpickle>=0.8.1

requirements/requirements_extra.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
opencv-python>=3.4,<3.5
1+
opencv-python==4.1.0.25
22
nltk>=3.3,<3.5
33
matplotlib>=2.2,<3.1
4-
requests>=2.19,<2.21
5-
tqdm>=4.23,<4.29
6-
lxml>=4.2,<4.3
4+
requests==2.21.0
5+
tqdm==4.31.1
6+
lxml==4.3.3

requirements/requirements_test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
keras>=2.2,<2.3
2-
pycodestyle>=2.0,<2.5
2+
pycodestyle==2.5.0
33
pydocstyle>=2.1,<3.1
4-
pytest>=3.6,<4.1
4+
pytest==4.5.0
55
pytest-cache>=1.0,<1.1
6-
pytest-cov>=2.5,<2.7
7-
pytest-xdist==1.25.0
8-
sphinx>=1.7,<1.9
9-
yapf==0.25.0
6+
pytest-cov==2.7.1
7+
pytest-xdist==1.28.0
8+
sphinx==2.0.1
9+
yapf==0.27.0

0 commit comments

Comments
 (0)