-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
12 lines (12 loc) · 910 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
techascent/tech.ml.dataset {:mvn/version "7.029"}
scicloj/tablecloth {:mvn/version "7.029.2"
:exclusions [techascent/tech.ml.dataset
org.apache.poi/poi-ooxml-schemas
org.apache.poi/poi
org.apache.poi/poi-ooxml]}
io.github.MastodonC/witan.gias {:git/sha "bef284d51dae8d743cd7cf180240b42acbb81a9c"}}
:aliases {:dev {:extra-paths ["notebooks" "dev"]
:extra-deps {;; Clerk only required to run the demo notebooks. Not required by src namespaces.
io.github.nextjournal/clerk {:mvn/version "0.15.957"}}}}}