-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
43 lines (42 loc) · 2.48 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{:paths ["notebooks" "src"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
com.rpl/specter {:mvn/version "1.1.4"}
meander/epsilon {:mvn/version "0.0.650"}
datascript/datascript {:mvn/version "1.7.3"}
net.mikera/core.matrix {:mvn/version "0.63.0"}
ubergraph/ubergraph {:mvn/version "0.9.0"}
criterium/criterium {:mvn/version "0.4.6"}
pangloss/pattern {:git/url "https://github.com/pangloss/pattern"
:git/sha "affc7f3ac907f5b98de6638574a741e4693f1648"}
techascent/tech.ml.dataset {:mvn/version "7.032"}
org.flatland/ordered {:mvn/version "1.15.12"}
com.clojure-goes-fast/clj-memory-meter {:mvn/version "0.3.0"}
djblue/portal {:mvn/version "0.58.0"}
org.clojure/math.combinatorics {:mvn/version "0.3.0"}
org.clojure/math.numeric-tower {:mvn/version "0.1.0"}
expresso/expresso {:mvn/version "0.2.4"}
dev.weavejester/medley {:mvn/version "1.8.1"}
io.github.nextjournal/clerk {:git/sha "a6dc483ffea2a8ecf5c2725dea6df72efbc39eee"
:git/url "https://github.com/nextjournal/clerk"}
io.github.mentat-collective/emmy {:git/url "https://github.com/mentat-collective/emmy"
:git/sha "20f75893db7d33e21ca33869351503a2a6b45beb"}
instaparse/instaparse {:mvn/version "1.5.0"}
org.clojure/core.match {:mvn/version "1.1.0"}
com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.4"}}
:aliases
{:profiler {:extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.3.3"}}
:jvm-opts ["-Djdk.attach.allowAttachSelf"]}
:outdated {:deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
io.github.nextjournal/clerk {:mvn/version "0.16.1016"}}
:main-opts ["-m" "antq.core"]}
:update {:deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
io.github.nextjournal/clerk {:git/sha "a6dc483ffea2a8ecf5c2725dea6df72efbc39eee"
:git/url "https://github.com/nextjournal/clerk"}}
:main-opts ["-m" "antq.core" "--check-clojure-tools" "true" "--upgrade" "true"]}
:buildnotebooks {:exec-fn user/build-notebooks!}
:test ;; added by neil
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}