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 "
2
2
:description " A small machine learning library aimed at providing simple, concise implementations of machine learning techniques and utilities."
3
3
:url " http://github.com/cloudkj/lambda-ml"
4
4
:license {:name " MIT License"
5
5
: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" ]
7
8
[lein-exec " 0.3.6" ]
8
9
[lein-gorilla " 0.3.6" ]]
9
10
:codox {:metadata {:doc/format :markdown }
10
11
:namespaces [#"^lambda-ml\. (?!examples)" ]
11
12
: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 " ]
14
15
[org.clojure/math.numeric-tower " 0.0.4" ]
15
16
[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