Skip to content

Commit 5356898

Browse files
committed
Moving version forward to v1.4-beta.16
1 parent dfb96d7 commit 5356898

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packageDescription := "DynaML is a scala library/repl for implementing and worki
1212
"which can be extended easily to implement advanced models for small and large scale applications.\n\n"+
1313
"But the library can also be used as an educational/research tool for data analysis."
1414

15-
val mainVersion = "v1.4-beta.15"
15+
val mainVersion = "v1.4-beta.16"
1616

1717
val dataDirectory = settingKey[File]("The directory holding the data files for running example scripts")
1818

project/Dependencies.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ object Dependencies {
2727

2828
val linearAlgebraDependencies = Seq(
2929
"org.scalanlp" % "breeze_2.11" % "0.11.2" % "compile",
30-
"org.scalanlp" % "breeze-natives_2.11" % "0.11.2" % "compile"/*,
31-
"org.spire-math" %% "spire" % "0.11.0"*/)
30+
"org.scalanlp" % "breeze-natives_2.11" % "0.11.2" % "compile")
3231

3332
val chartsDependencies = Seq(
3433
"com.github.wookietreiber" % "scala-chart_2.11" % "0.4.2" % "compile",

0 commit comments

Comments
 (0)