-
Notifications
You must be signed in to change notification settings - Fork 1
/
deps.edn
18 lines (17 loc) · 893 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:deps {scicloj/tablecloth {:mvn/version "7.029.2"}
aerial.hanami/aerial.hanami {:mvn/version "0.20.1"}
org.scicloj/metamorph.ml {:mvn/version "0.10.3"}
generateme/fastmath {:mvn/version "3.0.0-alpha3"}
org.scicloj/kindly {:mvn/version "4-beta14"}
org.scicloj/tempfiles {:mvn/version "1-alpha2"}}
:aliases
{:build {:deps {io.github.clojure/tools.build {:mvn/version "0.9.6"}
slipset/deps-deploy {:mvn/version "0.2.1"}}
:ns-default build}
:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
org.scicloj/noj {:mvn/version "2-beta3"}}}
:dev {:extra-paths ["notebooks"]
:extra-deps {org.scicloj/noj {:mvn/version "2-beta3"}}}}}