@@ -56,12 +56,12 @@ systems, you should add the following dependencies:
5656<dependency >
5757 <groupId >org.tensorflow</groupId >
5858 <artifactId >tensorflow-core-api</artifactId >
59- <version >0.4.1 </version >
59+ <version >0.4.2 </version >
6060</dependency >
6161<dependency >
6262 <groupId >org.tensorflow</groupId >
6363 <artifactId >tensorflow-core-api</artifactId >
64- <version >0.4.1 </version >
64+ <version >0.4.2 </version >
6565 <classifier >linux-x86_64${javacpp.platform.extension}</classifier >
6666</dependency >
6767```
@@ -72,24 +72,24 @@ native dependencies as follows:
7272<dependency >
7373 <groupId >org.tensorflow</groupId >
7474 <artifactId >tensorflow-core-api</artifactId >
75- <version >0.4.1 </version >
75+ <version >0.4.2 </version >
7676</dependency >
7777<dependency >
7878 <groupId >org.tensorflow</groupId >
7979 <artifactId >tensorflow-core-api</artifactId >
80- <version >0.4.1 </version >
80+ <version >0.4.2 </version >
8181 <classifier >linux-x86_64${javacpp.platform.extension}</classifier >
8282</dependency >
8383<dependency >
8484 <groupId >org.tensorflow</groupId >
8585 <artifactId >tensorflow-core-api</artifactId >
86- <version >0.4.1 </version >
86+ <version >0.4.2 </version >
8787 <classifier >macosx-x86_64${javacpp.platform.extension}</classifier >
8888</dependency >
8989<dependency >
9090 <groupId >org.tensorflow</groupId >
9191 <artifactId >tensorflow-core-api</artifactId >
92- <version >0.4.1 </version >
92+ <version >0.4.2 </version >
9393 <classifier >windows-x86_64${javacpp.platform.extension}</classifier >
9494</dependency >
9595```
@@ -102,7 +102,7 @@ artifact includes transitively all the artifacts above as a single dependency:
102102<dependency >
103103 <groupId >org.tensorflow</groupId >
104104 <artifactId >tensorflow-core-platform${javacpp.platform.extension}</artifactId >
105- <version >0.4.1 </version >
105+ <version >0.4.2 </version >
106106</dependency >
107107```
108108
@@ -141,15 +141,16 @@ to add Sonatype OSS repository in your pom.xml, like the following
141141
142142This table shows the mapping between different version of TensorFlow for Java and the core runtime libraries.
143143
144- | TensorFlow Java Version | TensorFlow Version |
145- | ------------- | ------------- |
146- | 0.2.0 | 2.3.1 |
147- | 0.3.0 | 2.4.1 |
148- | 0.3.1 | 2.4.1 |
149- | 0.3.2 | 2.4.1 |
150- | 0.3.3 | 2.4.1 |
151- | 0.4.0 | 2.7.0 |
152- | 0.4.1 | 2.7.1 |
144+ | TensorFlow Java Version | TensorFlow Version |
145+ | -------------------------| --------------------|
146+ | 0.2.0 | 2.3.1 |
147+ | 0.3.0 | 2.4.1 |
148+ | 0.3.1 | 2.4.1 |
149+ | 0.3.2 | 2.4.1 |
150+ | 0.3.3 | 2.4.1 |
151+ | 0.4.0 | 2.7.0 |
152+ | 0.4.1 | 2.7.1 |
153+ | 0.4.2 | 2.7.4 |
153154
154155## How to Contribute?
155156
0 commit comments