-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdeps.edn
More file actions
27 lines (26 loc) · 1.33 KB
/
deps.edn
File metadata and controls
27 lines (26 loc) · 1.33 KB
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
{:deps {
org.scicloj/metamorph.ml {:mvn/version "1.3.2"}
techascent/tech.ml.dataset {:mvn/version "8.017"}
generateme/fastmath {:mvn/version "3.0.0-alpha4"}
org.scicloj/kindly {:mvn/version "4-beta23"}
org.scicloj/tempfiles {:mvn/version "1-beta1"}
xyz.zcaudate/std.lang {:mvn/version "4.1.2"}}
:paths ["src" "notebooks"]
: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/scicloj.ml.smile {:mvn/version "7.6.2"}
org.scicloj/scicloj.ml.tribuo {:mvn/version "0.3.1"}
org.scicloj/clay {:mvn/version "2.0.9"}}}
:dev {:extra-paths ["notebooks"]
:extra-deps {org.scicloj/noj {:mvn/version "2-beta19.1"}
org.scicloj/clay {:mvn/version "2.0.9"}}}
:nrepl {:extra-paths ["test" "notebooks"]
:extra-deps {nrepl/nrepl {:mvn/version "1.3.1"}}
:jvm-opts ["-Djdk.attach.allowAttachSelf"]
:main-opts ["-m" "nrepl.cmdline" "--port" "7889"]}}}