File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ For example,
6464<dependency >
6565 <groupId >org.tensorflow</groupId >
6666 <artifactId >tensorflow-core-platform</artifactId >
67- <version >0.3.2 </version >
67+ <version >0.3.3 </version >
6868</dependency >
6969```
7070
@@ -124,7 +124,7 @@ repositories {
124124}
125125
126126dependencies {
127- compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.3.2 '
127+ compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.3.3 '
128128}
129129```
130130
@@ -170,7 +170,7 @@ add the TensorFlow dependency to the project's `pom.xml` file:
170170 <dependency >
171171 <groupId >org.tensorflow</groupId >
172172 <artifactId >tensorflow-core-platform</artifactId >
173- <version >0.3.2 </version >
173+ <version >0.3.3 </version >
174174 </dependency >
175175 </dependencies >
176176</project >
You can’t perform that action at this time.
0 commit comments