File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
1717val dataDirectory = settingKey[File ](" The directory holding the data files for running example scripts" )
1818
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments