Skip to content

Commit

Permalink
PyUP - Dependency Update Scheduled daily dependency update on monday (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
pyup-bot authored and Jonathan DEKHTIAR committed Nov 6, 2018
1 parent 0723003 commit 300be9f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ env:
# Backward Compatibility in insured for release less than 1 year old.
# https://pypi.org/project/tensorflow/#history
matrix:
- _TF_VERSION=1.12.0 # Remove on Oct 22, 2019
- _TF_VERSION=1.11.0 # Remove on Sep 28, 2019
- _TF_VERSION=1.10.1 # Remove on Aug 24, 2019
- _TF_VERSION=1.9.0 # Remove on Jul 10, 2019
- _TF_VERSION=1.8.0 # Remove on Apr 28, 2019
- _TF_VERSION=1.7.1 # Remove on May 08, 2019
- _TF_VERSION=1.7.0 # Remove on Mar 29, 2019
- _TF_VERSION=1.6.0 # Remove on Mar 01, 2019
- _TF_VERSION=1.9.0 # Remove on Jul 10, 2019
- _TF_VERSION=1.8.0 # Remove on Apr 28, 2019
- _TF_VERSION=1.7.1 # Remove on May 08, 2019
- _TF_VERSION=1.7.0 # Remove on Mar 29, 2019
- _TF_VERSION=1.6.0 # Remove on Mar 01, 2019

global:

Expand Down
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ To release a new version, please update the changelog as followed:
- pytest>=3.6,<3.9 => pytest>=3.6,<3.10 (PR #874)
- requests>=2.19,<2.20 => requests>=2.19,<2.21 (PR #874)
- tqdm>=4.23,<4.28 => tqdm>=4.23,<4.29 (PR #878)
- pytest>=3.6,<3.10 => pytest>=3.6,<3.11 (PR #886)
- pytest-xdist>=1.22,<1.24 => pytest-xdist>=1.22,<1.25 (PR #883)
- tensorflow>=1.6,<1.12 => tensorflow>=1.6,<1.13 (PR #886)

### Deprecated

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

### Dependencies Update
- yapf>=0.22,<0.24 => yapf>=0.22,<0.25 (PR #829)
- sphinx>=1.7,<1.8 => sphinx>=1.7,<1.9 (PR #842)
- matplotlib>=2.2,<2.3 => matplotlib>=2.2,<3.1 (PR #845)
- pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866)
- scikit-learn>=0.19,<0.20 => scikit-learn>=0.19,<0.21 (PR #851)
- sphinx>=1.7,<1.8 => sphinx>=1.7,<1.9 (PR #842)
- tensorflow>=1.6,<1.11 => tensorflow>=1.6,<1.12 (PR #853)
- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.28 (PR #862 & #868)
- pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866)
- yapf>=0.22,<0.24 => yapf>=0.22,<0.25 (PR #829)

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

### Dependencies Update
- autopep8>=1.3,<1.4 => autopep8>=1.3,<1.5 (PR #815)
- pytest-cov>=2.5,<2.6 => pytest-cov>=2.5,<2.7 (PR #820)
- pytest>=3.6,<3.8 => pytest>=3.6,<3.9 (PR #823)
- imageio>=2.3,<2.4 => imageio>=2.3,<2.5 (PR #823)
- pytest>=3.6,<3.8 => pytest>=3.6,<3.9 (PR #823)
- pytest-cov>=2.5,<2.6 => pytest-cov>=2.5,<2.7 (PR #820)

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

### Dependencies Update

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

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
keras>=2.2,<2.3
pycodestyle>=2.0,<2.5
pydocstyle>=2.1,<3.1
pytest>=3.6,<3.10
pytest>=3.6,<3.11
pytest-cache>=1.0,<1.1
pytest-cov>=2.5,<2.7
pytest-xdist>=1.22,<1.25
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_tf_cpu.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow>=1.6,<1.12
tensorflow>=1.6,<1.13
2 changes: 1 addition & 1 deletion requirements/requirements_tf_gpu.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow-gpu>=1.6,<1.12
tensorflow-gpu>=1.6,<1.13

0 comments on commit 300be9f

Please sign in to comment.