From 300be9fb955d3ccf60c5bea668707c70fa9dabe8 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 6 Nov 2018 00:50:13 -0800 Subject: [PATCH] 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 --- .travis.yml | 11 ++++++----- CHANGELOG.md | 15 ++++++++------- requirements/requirements_test.txt | 2 +- requirements/requirements_tf_cpu.txt | 2 +- requirements/requirements_tf_gpu.txt | 2 +- 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4a583533..be86f2b51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8311da60f..ca66a81d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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) @@ -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 @@ -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) diff --git a/requirements/requirements_test.txt b/requirements/requirements_test.txt index b989497f1..1baf6b365 100644 --- a/requirements/requirements_test.txt +++ b/requirements/requirements_test.txt @@ -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 diff --git a/requirements/requirements_tf_cpu.txt b/requirements/requirements_tf_cpu.txt index f703b55eb..f3e68eec3 100644 --- a/requirements/requirements_tf_cpu.txt +++ b/requirements/requirements_tf_cpu.txt @@ -1 +1 @@ -tensorflow>=1.6,<1.12 +tensorflow>=1.6,<1.13 diff --git a/requirements/requirements_tf_gpu.txt b/requirements/requirements_tf_gpu.txt index d6e4c4fee..929a055a4 100644 --- a/requirements/requirements_tf_gpu.txt +++ b/requirements/requirements_tf_gpu.txt @@ -1 +1 @@ -tensorflow-gpu>=1.6,<1.12 \ No newline at end of file +tensorflow-gpu>=1.6,<1.13