Skip to content

Commit 0fccb79

Browse files
Jonathan DEKHTIARzsdonghao
authored andcommitted
Dependency Update - Tensorflow (#853)
* TF Update * Update CHANGELOG.md
1 parent 0cd2194 commit 0fccb79

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ env:
2121
# Backward Compatibility in insured for release less than 1 year old.
2222
# https://pypi.org/project/tensorflow/#history
2323
matrix:
24-
- _TF_VERSION=1.10.1 # Remove on Apr 28, 2019
25-
- _TF_VERSION=1.9.0 # Remove on Apr 28, 2019
24+
- _TF_VERSION=1.11.0 # Remove on Sep 28, 2019
25+
- _TF_VERSION=1.10.1 # Remove on Aug 24, 2019
26+
- _TF_VERSION=1.9.0 # Remove on Jul 10, 2019
2627
- _TF_VERSION=1.8.0 # Remove on Apr 28, 2019
2728
- _TF_VERSION=1.7.1 # Remove on May 08, 2019
2829
- _TF_VERSION=1.7.0 # Remove on Mar 29, 2019
@@ -93,7 +94,7 @@ deploy:
9394
on:
9495
tags: true
9596
python: '3.6'
96-
condition: '$_TF_VERSION = 1.10.1'
97+
condition: '$_TF_VERSION = 1.11.0'
9798

9899
# Documentation: https://docs.travis-ci.com/user/deployment/releases/
99100
- provider: releases
@@ -106,4 +107,4 @@ deploy:
106107
on:
107108
tags: true
108109
python: '3.6'
109-
condition: '$_TF_VERSION = 1.10.1'
110+
condition: '$_TF_VERSION = 1.11.0'

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ To release a new version, please update the changelog as followed:
8080
- sphinx>=1.7,<1.8 => sphinx>=1.7,<1.9 (PR #842)
8181
- matplotlib>=2.2,<2.3 => matplotlib>=2.2,<3.1 (PR #845)
8282
- scikit-learn>=0.19,<0.20 => scikit-learn>=0.19,<0.21 (PR #851)
83+
- tensorflow>=1.6,<1.11 => tensorflow>=1.6,<1.12 (PR #853)
8384

8485
### Deprecated
8586

@@ -91,6 +92,7 @@ To release a new version, please update the changelog as followed:
9192

9293
### Contributors
9394
- @2wins: #850
95+
- @DEKHTIARJonathan: #853
9496

9597
## [1.10.1] - 2018-09-07
9698

requirements/requirements_tf_cpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow>=1.6,<1.11
1+
tensorflow>=1.6,<1.12

requirements/requirements_tf_gpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow-gpu>=1.6,<1.11
1+
tensorflow-gpu>=1.6,<1.12

0 commit comments

Comments
 (0)