clojure.actuarialdistributions/project.clj

7 lines
322 B
Clojure
Raw Permalink Normal View History

2020-01-02 22:11:50 +00:00
(defproject actuarial "1.0.0-SNAPSHOT"
:description "Actuarial functions for Clojure using Incanter and Weka"
:dependencies [[org.clojure/clojure "1.6.0"]
[weka "3.6.2"]
[incanter/incanter-core "1.4.1"]
[ring "1.3.2"]
[org.clojure/data.xml "0.0.8"]])