We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd907c7 commit 8aac380Copy full SHA for 8aac380
project.clj
@@ -6,13 +6,15 @@
6
:plugins [[lein-ancient "0.6.15"]
7
[lein-codox "0.10.1"]
8
[lein-exec "0.3.6"]
9
- [lein-gorilla "0.3.6"]]
+ [lein-gorilla "0.4.0"]]
10
:codox {:metadata {:doc/format :markdown}
11
:namespaces [#"^lambda-ml\.(?!examples)"]
12
:source-uri "https://github.com/cloudkj/lambda-ml/blob/master/{filepath}#L{line}"}
13
+ :jvm-opts ["-Xmx8g"]
14
:dependencies [[org.clojure/clojure "1.8.0"]
15
[org.clojure/data.csv "0.1.4"]
16
+ [org.clojure/data.priority-map "0.0.10"]
17
[org.clojure/math.numeric-tower "0.0.4"]
18
[gorilla-plot "0.1.4"]
- [net.mikera/core.matrix "0.61.0"]
19
+ [net.mikera/core.matrix "0.62.0"]
20
[net.mikera/vectorz-clj "0.47.0"]])
0 commit comments