Skip to content

Commit 4ebe5a3

Browse files
committed
Updated TF-Scala dependency
1 parent 8a705ae commit 4ebe5a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conf/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
_ _ _ _ _ _ _ _
32
/\ \ /\ \ /\_\ /\ \ _ / /\ /\_\/\_\ _ _\ \
43
/ \ \____\ \ \ / / / / \ \ /\_\ / / \ / / / / //\_\ /\__ \
@@ -11,3 +10,4 @@
1110
\ \___\/ / \ \_\/ / / / / // / /_ __\ \_\\/_/ / / //_______/\__\/
1211
\/_____/ \/_/\/_/ \/_/ \_\___\ /____/_/ \/_/ \_______\/
1312

13+

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ object Dependencies {
152152
)
153153

154154
val tensorflowDependency = Seq(
155-
"org.platanios" % "tensorflow_2.11" % "0.1.0-SNAPSHOT" classifier tensorflow_classifier,
156-
"org.platanios" % "tensorflow-data_2.11" % "0.1.0-SNAPSHOT"
155+
"org.platanios" % "tensorflow_2.11" % "0.1.1-SNAPSHOT" classifier tensorflow_classifier,
156+
"org.platanios" % "tensorflow-data_2.11" % "0.1.1-SNAPSHOT"
157157
).map(_.exclude("org.typelevel", "spire_2.11"))
158158
}

0 commit comments

Comments
 (0)