clojure.actuarialdistributions/project.clj
François Pelletier 00464bace5 first commit
2020-01-02 17:11:50 -05:00

7 lines
No EOL
322 B
Clojure

(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"]])