Upgrade tensorflow version
This commit is contained in:
parent
06271fb889
commit
2a3cf190b1
@ -5,6 +5,7 @@
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
- Upgrade tensorflow version to 1.0.0
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
@ -14,7 +14,7 @@ allprojects {
|
||||
}
|
||||
|
||||
group = "space.kscience"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3-dev-1"
|
||||
}
|
||||
|
||||
dependencies{
|
||||
|
@ -3,6 +3,7 @@
|
||||
commons-rng = "1.6"
|
||||
multik = "0.2.3"
|
||||
nd4j = "1.0.0-M2.1"
|
||||
tensorflow = "1.0.0"
|
||||
|
||||
[libraries]
|
||||
attributes = "space.kscience:attributes-kt:0.3.0"
|
||||
@ -20,4 +21,8 @@ nd4j-native-platform = { module = "org.nd4j:nd4j-native-platform", version.ref =
|
||||
|
||||
ojalgo = "org.ojalgo:ojalgo:55.1.0"
|
||||
|
||||
|
||||
tensorflow-core-api = {module = "org.tensorflow:tensorflow-core-api", version.ref="tensorflow"}
|
||||
tensorflow-core-platform = {module = "org.tensorflow:tensorflow-core-platform", version.ref="tensorflow"}
|
||||
|
||||
[plugins]
|
@ -5,9 +5,9 @@ plugins {
|
||||
description = "Google tensorflow connector"
|
||||
|
||||
dependencies {
|
||||
api(project(":kmath-tensors"))
|
||||
api("org.tensorflow:tensorflow-core-api:0.4.0")
|
||||
testImplementation("org.tensorflow:tensorflow-core-platform:0.4.0")
|
||||
api(projects.kmathTensors)
|
||||
api(libs.tensorflow.core.api)
|
||||
testImplementation(libs.tensorflow.core.platform)
|
||||
}
|
||||
|
||||
readme {
|
||||
|
Loading…
x
Reference in New Issue
Block a user