-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.clj
18 lines (17 loc) · 992 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(defproject org.clojars.generateme/fastmath-clustering "1.0.0"
:description "SMILE Clustering wrapper"
:url "https://github.com/generateme/fastmath-clustering"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.11.1"]
[com.github.haifengl/smile-core "2.6.0"]
[com.github.haifengl/smile-mkl "2.6.0"]
[org.bytedeco/arpack-ng "3.7.0-1.5.4"]
[org.bytedeco/arpack-ng-platform "3.7.0-1.5.4"]
[org.bytedeco/openblas "0.3.10-1.5.4"]
[org.bytedeco/openblas-platform "0.3.10-1.5.4"]
[org.bytedeco/javacpp "1.5.4"]]
:scm {:name "git"
:url "https://github.com/generateme/fastmath-clustering"}
:pedantic? false
:profiles {:dev-codox {:codox {:source-uri "https://github.com/generateme/fastmath-clustering/blob/master/{filepath}#L{line}"}}})