Skip to content

Commit 300be9f

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on monday (#886)
* Pin pytest to latest version 3.10.0 * Update requirements_test.txt * Update requirements_tf_cpu.txt * Update CHANGELOG.md * Update requirements_tf_gpu.txt * Update .travis.yml (#879) * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml
1 parent 0723003 commit 300be9f

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ env:
2626
# Backward Compatibility in insured for release less than 1 year old.
2727
# https://pypi.org/project/tensorflow/#history
2828
matrix:
29+
- _TF_VERSION=1.12.0 # Remove on Oct 22, 2019
2930
- _TF_VERSION=1.11.0 # Remove on Sep 28, 2019
3031
- _TF_VERSION=1.10.1 # Remove on Aug 24, 2019
31-
- _TF_VERSION=1.9.0 # Remove on Jul 10, 2019
32-
- _TF_VERSION=1.8.0 # Remove on Apr 28, 2019
33-
- _TF_VERSION=1.7.1 # Remove on May 08, 2019
34-
- _TF_VERSION=1.7.0 # Remove on Mar 29, 2019
35-
- _TF_VERSION=1.6.0 # Remove on Mar 01, 2019
32+
- _TF_VERSION=1.9.0 # Remove on Jul 10, 2019
33+
- _TF_VERSION=1.8.0 # Remove on Apr 28, 2019
34+
- _TF_VERSION=1.7.1 # Remove on May 08, 2019
35+
- _TF_VERSION=1.7.0 # Remove on Mar 29, 2019
36+
- _TF_VERSION=1.6.0 # Remove on Mar 01, 2019
3637

3738
global:
3839

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ To release a new version, please update the changelog as followed:
7777
- pytest>=3.6,<3.9 => pytest>=3.6,<3.10 (PR #874)
7878
- requests>=2.19,<2.20 => requests>=2.19,<2.21 (PR #874)
7979
- tqdm>=4.23,<4.28 => tqdm>=4.23,<4.29 (PR #878)
80+
- pytest>=3.6,<3.10 => pytest>=3.6,<3.11 (PR #886)
8081
- pytest-xdist>=1.22,<1.24 => pytest-xdist>=1.22,<1.25 (PR #883)
82+
- tensorflow>=1.6,<1.12 => tensorflow>=1.6,<1.13 (PR #886)
8183

8284
### Deprecated
8385

@@ -110,13 +112,13 @@ To release a new version, please update the changelog as followed:
110112
- BatchNormLayer: support `data_format`
111113

112114
### Dependencies Update
113-
- yapf>=0.22,<0.24 => yapf>=0.22,<0.25 (PR #829)
114-
- sphinx>=1.7,<1.8 => sphinx>=1.7,<1.9 (PR #842)
115115
- matplotlib>=2.2,<2.3 => matplotlib>=2.2,<3.1 (PR #845)
116+
- pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866)
116117
- scikit-learn>=0.19,<0.20 => scikit-learn>=0.19,<0.21 (PR #851)
118+
- sphinx>=1.7,<1.8 => sphinx>=1.7,<1.9 (PR #842)
117119
- tensorflow>=1.6,<1.11 => tensorflow>=1.6,<1.12 (PR #853)
118120
- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.28 (PR #862 & #868)
119-
- pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866)
121+
- yapf>=0.22,<0.24 => yapf>=0.22,<0.25 (PR #829)
120122

121123
### Fixed
122124
- Correct offset calculation in `tl.prepro.transform_matrix_offset_center` (PR #855)
@@ -143,9 +145,9 @@ To release a new version, please update the changelog as followed:
143145

144146
### Dependencies Update
145147
- autopep8>=1.3,<1.4 => autopep8>=1.3,<1.5 (PR #815)
146-
- pytest-cov>=2.5,<2.6 => pytest-cov>=2.5,<2.7 (PR #820)
147-
- pytest>=3.6,<3.8 => pytest>=3.6,<3.9 (PR #823)
148148
- imageio>=2.3,<2.4 => imageio>=2.3,<2.5 (PR #823)
149+
- pytest>=3.6,<3.8 => pytest>=3.6,<3.9 (PR #823)
150+
- pytest-cov>=2.5,<2.6 => pytest-cov>=2.5,<2.7 (PR #820)
149151

150152
### Contributors
151153
- @DEKHTIARJonathan: #815 #818 #820 #823
@@ -220,12 +222,11 @@ To release a new version, please update the changelog as followed:
220222

221223
### Dependencies Update
222224

223-
- tensorflow>=1.8,<1.9 => tensorflow>=1.6,<1.11 (PR #739 and PR #798)
224-
- tensorflow-gpu>=1.8,<1.9 => tensorflow-gpu>=1.6,<1.11 (PR #739 and PR #798)
225225
- numpy>=1.14,<1.15 => numpy>=1.14,<1.16 (PR #754)
226226
- pymongo>=3.6,<3.7 => pymongo>=3.6,<3.8 (PR #750)
227227
- pytest>=3.6,<3.7 => tqdm>=3.6,<3.8 (PR #798)
228228
- pytest-xdist>=1.22,<1.23 => pytest-xdist>=1.22,<1.24 (PR #805 and #806)
229+
- tensorflow>=1.8,<1.9 => tensorflow>=1.6,<1.11 (PR #739 and PR #798)
229230
- tqdm>=4.23,<4.25 => tqdm>=4.23,<4.26 (PR #798)
230231
- yapf>=0.21,<0.22 => yapf>=0.22,<0.24 (PR #798 #808)
231232

requirements/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
keras>=2.2,<2.3
22
pycodestyle>=2.0,<2.5
33
pydocstyle>=2.1,<3.1
4-
pytest>=3.6,<3.10
4+
pytest>=3.6,<3.11
55
pytest-cache>=1.0,<1.1
66
pytest-cov>=2.5,<2.7
77
pytest-xdist>=1.22,<1.25
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow>=1.6,<1.12
1+
tensorflow>=1.6,<1.13
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow-gpu>=1.6,<1.12
1+
tensorflow-gpu>=1.6,<1.13

0 commit comments

Comments
 (0)