aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-03-12 12:37:46 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2018-03-12 12:37:46 +0000
commitc206f4e739f17fc676adc7188347c0f68612a186 (patch)
tree43105176472b34a39141d62a6acbbfc8bb450fca /searchlib/pom.xml
parent86a54b6abe2130d36f29a3f3f9f7ace66ab41a2f (diff)
Use tensorflow 1.6
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index cc955195a5f..1615f248910 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -42,12 +42,12 @@
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
- <version>1.4.0</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow</artifactId>
- <version>1.4.0</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>