File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ For example,
64
64
<dependency >
65
65
<groupId >org.tensorflow</groupId >
66
66
<artifactId >tensorflow-core-platform</artifactId >
67
- <version >0.3.2 </version >
67
+ <version >0.3.3 </version >
68
68
</dependency >
69
69
```
70
70
@@ -124,7 +124,7 @@ repositories {
124
124
}
125
125
126
126
dependencies {
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 '
128
128
}
129
129
```
130
130
@@ -170,7 +170,7 @@ add the TensorFlow dependency to the project's `pom.xml` file:
170
170
<dependency >
171
171
<groupId >org.tensorflow</groupId >
172
172
<artifactId >tensorflow-core-platform</artifactId >
173
- <version >0.3.2 </version >
173
+ <version >0.3.3 </version >
174
174
</dependency >
175
175
</dependencies >
176
176
</project >
You can’t perform that action at this time.
0 commit comments