Skip to content

Commit 9610325

Browse files
committed
upgrade tensorflow to 1.12.0
1 parent c2a5724 commit 9610325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.imod</groupId>
3232
<artifactId>Anet_ImageJ</artifactId>
33-
<version>0.2.3-SNAPSHOT</version>
33+
<version>0.2.4-SNAPSHOT</version>
3434

3535
<name>Anet ImageJ</name>
3636
<description>Anet plugin for ImageJ.</description>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.tensorflow</groupId>
104104
<artifactId>tensorflow</artifactId>
105-
<version>1.5.0</version>
105+
<version>1.12.0</version>
106106
</dependency>
107107
<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
108108
<dependency>

0 commit comments

Comments
 (0)