Skip to content

Commit 8aac380

Browse files
committed
Update project dependencies
1 parent fd907c7 commit 8aac380

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
:plugins [[lein-ancient "0.6.15"]
77
[lein-codox "0.10.1"]
88
[lein-exec "0.3.6"]
9-
[lein-gorilla "0.3.6"]]
9+
[lein-gorilla "0.4.0"]]
1010
:codox {:metadata {:doc/format :markdown}
1111
:namespaces [#"^lambda-ml\.(?!examples)"]
1212
:source-uri "https://github.com/cloudkj/lambda-ml/blob/master/{filepath}#L{line}"}
13+
:jvm-opts ["-Xmx8g"]
1314
:dependencies [[org.clojure/clojure "1.8.0"]
1415
[org.clojure/data.csv "0.1.4"]
16+
[org.clojure/data.priority-map "0.0.10"]
1517
[org.clojure/math.numeric-tower "0.0.4"]
1618
[gorilla-plot "0.1.4"]
17-
[net.mikera/core.matrix "0.61.0"]
19+
[net.mikera/core.matrix "0.62.0"]
1820
[net.mikera/vectorz-clj "0.47.0"]])

0 commit comments

Comments
 (0)