Skip to content

Commit 61c6a5f

Browse files
committed
Bump version and update dependencies
1 parent 620ed77 commit 61c6a5f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

project.clj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
(defproject lambda-ml "0.1.0"
1+
(defproject lambda-ml "0.1.1"
22
:description "A small machine learning library aimed at providing simple, concise implementations of machine learning techniques and utilities."
33
:url "http://github.com/cloudkj/lambda-ml"
44
:license {:name "MIT License"
55
:url "http://opensource.org/licenses/MIT"}
6-
:plugins [[lein-codox "0.10.1"]
6+
:plugins [[lein-ancient "0.6.15"]
7+
[lein-codox "0.10.1"]
78
[lein-exec "0.3.6"]
89
[lein-gorilla "0.3.6"]]
910
:codox {:metadata {:doc/format :markdown}
1011
:namespaces [#"^lambda-ml\.(?!examples)"]
1112
:source-uri "https://github.com/cloudkj/lambda-ml/blob/master/{filepath}#L{line}"}
12-
:dependencies [[org.clojure/clojure "1.7.0"]
13-
[org.clojure/data.csv "0.1.3"]
13+
:dependencies [[org.clojure/clojure "1.8.0"]
14+
[org.clojure/data.csv "0.1.4"]
1415
[org.clojure/math.numeric-tower "0.0.4"]
1516
[gorilla-plot "0.1.4"]
16-
[net.mikera/core.matrix "0.51.0"]
17-
[net.mikera/vectorz-clj "0.44.0"]])
17+
[net.mikera/core.matrix "0.61.0"]
18+
[net.mikera/vectorz-clj "0.47.0"]])

0 commit comments

Comments
 (0)