@@ -61,12 +61,12 @@ systems, you should add the following dependencies:
6161<dependency >
6262 <groupId >org.tensorflow</groupId >
6363 <artifactId >tensorflow-core-api</artifactId >
64- <version >0.3.0 </version >
64+ <version >0.3.1 </version >
6565</dependency >
6666<dependency >
6767 <groupId >org.tensorflow</groupId >
6868 <artifactId >tensorflow-core-api</artifactId >
69- <version >0.3.0 </version >
69+ <version >0.3.1 </version >
7070 <classifier >linux-x86_64${javacpp.platform.extension}</classifier >
7171</dependency >
7272```
@@ -77,24 +77,24 @@ native dependencies as follows:
7777<dependency >
7878 <groupId >org.tensorflow</groupId >
7979 <artifactId >tensorflow-core-api</artifactId >
80- <version >0.3.0 </version >
80+ <version >0.3.1 </version >
8181</dependency >
8282<dependency >
8383 <groupId >org.tensorflow</groupId >
8484 <artifactId >tensorflow-core-api</artifactId >
85- <version >0.3.0 </version >
85+ <version >0.3.1 </version >
8686 <classifier >linux-x86_64${javacpp.platform.extension}</classifier >
8787</dependency >
8888<dependency >
8989 <groupId >org.tensorflow</groupId >
9090 <artifactId >tensorflow-core-api</artifactId >
91- <version >0.3.0 </version >
91+ <version >0.3.1 </version >
9292 <classifier >macosx-x86_64${javacpp.platform.extension}</classifier >
9393</dependency >
9494<dependency >
9595 <groupId >org.tensorflow</groupId >
9696 <artifactId >tensorflow-core-api</artifactId >
97- <version >0.3.0 </version >
97+ <version >0.3.1 </version >
9898 <classifier >windows-x86_64${javacpp.platform.extension}</classifier >
9999</dependency >
100100```
@@ -107,7 +107,7 @@ artifact includes transitively all the artifacts above as a single dependency:
107107<dependency >
108108 <groupId >org.tensorflow</groupId >
109109 <artifactId >tensorflow-core-platform${javacpp.platform.extension}</artifactId >
110- <version >0.3.0 </version >
110+ <version >0.3.1 </version >
111111</dependency >
112112```
113113
@@ -150,6 +150,7 @@ This table shows the mapping between different version of TensorFlow for Java an
150150| ------------- | ------------- |
151151| 0.2.0 | 2.3.1 |
152152| 0.3.0 | 2.4.1 |
153+ | 0.3.1 | 2.4.1 |
153154
154155## How to Contribute?
155156
0 commit comments