-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.clj
19 lines (18 loc) · 859 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(defproject whittemore "0.1.1-SNAPSHOT"
:description "Causal programming in Clojure"
:url "https://github.com/jtcbrule/whittemore"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/data.codec "0.1.0"]
[org.clojure/math.combinatorics "0.1.4"]
[org.clojars.didiercrunch/clojupyter "0.1.5"]
[net.mikera/core.matrix "0.62.0"]
[better-cond "1.0.1"]
[camel-snake-kebab "0.4.0"]
[dorothy "0.0.6"]
[semantic-csv "0.1.0"]
[incanter/incanter-charts "1.9.3"]
[gorilla-renderable "2.0.0"]]
:plugins [[lein-jupyter "0.1.16"]
[org.clojars.benfb/lein-gorilla "0.5.3"]])