@@ -61,12 +61,12 @@ systems, you should add the following dependencies:
61
61
<dependency >
62
62
<groupId >org.tensorflow</groupId >
63
63
<artifactId >tensorflow-core-api</artifactId >
64
- <version >0.3.0 </version >
64
+ <version >0.3.1 </version >
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >org.tensorflow</groupId >
68
68
<artifactId >tensorflow-core-api</artifactId >
69
- <version >0.3.0 </version >
69
+ <version >0.3.1 </version >
70
70
<classifier >linux-x86_64${javacpp.platform.extension}</classifier >
71
71
</dependency >
72
72
```
@@ -77,24 +77,24 @@ native dependencies as follows:
77
77
<dependency >
78
78
<groupId >org.tensorflow</groupId >
79
79
<artifactId >tensorflow-core-api</artifactId >
80
- <version >0.3.0 </version >
80
+ <version >0.3.1 </version >
81
81
</dependency >
82
82
<dependency >
83
83
<groupId >org.tensorflow</groupId >
84
84
<artifactId >tensorflow-core-api</artifactId >
85
- <version >0.3.0 </version >
85
+ <version >0.3.1 </version >
86
86
<classifier >linux-x86_64${javacpp.platform.extension}</classifier >
87
87
</dependency >
88
88
<dependency >
89
89
<groupId >org.tensorflow</groupId >
90
90
<artifactId >tensorflow-core-api</artifactId >
91
- <version >0.3.0 </version >
91
+ <version >0.3.1 </version >
92
92
<classifier >macosx-x86_64${javacpp.platform.extension}</classifier >
93
93
</dependency >
94
94
<dependency >
95
95
<groupId >org.tensorflow</groupId >
96
96
<artifactId >tensorflow-core-api</artifactId >
97
- <version >0.3.0 </version >
97
+ <version >0.3.1 </version >
98
98
<classifier >windows-x86_64${javacpp.platform.extension}</classifier >
99
99
</dependency >
100
100
```
@@ -107,7 +107,7 @@ artifact includes transitively all the artifacts above as a single dependency:
107
107
<dependency >
108
108
<groupId >org.tensorflow</groupId >
109
109
<artifactId >tensorflow-core-platform${javacpp.platform.extension}</artifactId >
110
- <version >0.3.0 </version >
110
+ <version >0.3.1 </version >
111
111
</dependency >
112
112
```
113
113
@@ -150,6 +150,7 @@ This table shows the mapping between different version of TensorFlow for Java an
150
150
| ------------- | ------------- |
151
151
| 0.2.0 | 2.3.1 |
152
152
| 0.3.0 | 2.4.1 |
153
+ | 0.3.1 | 2.4.1 |
153
154
154
155
## How to Contribute?
155
156
0 commit comments