File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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" ]])
You can’t perform that action at this time.
0 commit comments