Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
upgrade tensorflow to 1.15.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnworb authored and regadas committed Oct 23, 2019
1 parent 768a0e9 commit 58bb2b2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 298 deletions.
1 change: 0 additions & 1 deletion suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

<suppressions>
<suppress files="AutoValue.*\.java" checks="[a-zA-Z0-9]*"/>
<suppress files=".*org\/tensorflow\/.*\.java" checks="[a-zA-Z0-9]*"/>
</suppressions>
2 changes: 1 addition & 1 deletion zoltar-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<scala.version>2.11.12</scala.version>
<tensorFlow.version>1.14.0</tensorFlow.version>
<tensorFlow.version>1.15.0</tensorFlow.version>
<scio.version>0.5.7</scio.version>
<featran.version>0.2.1</featran.version>
<proto.version>3.9.1</proto.version>
Expand Down
9 changes: 0 additions & 9 deletions zoltar-tensorflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>org/tensorflow/**.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
275 changes: 0 additions & 275 deletions zoltar-tensorflow/src/main/java/org/tensorflow/NativeLibrary.java

This file was deleted.

12 changes: 0 additions & 12 deletions zoltar-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>featran-tensorflow_2.11</artifactId>
<exclusions>
<exclusion>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -65,12 +59,6 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>scio-tensorflow_2.11</artifactId>
<exclusions>
<exclusion>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 58bb2b2

Please sign in to comment.