|
3 | 3 | :deps |
4 | 4 | {org.clojure/clojure {:mvn/version "1.12.3"} |
5 | 5 | org.scicloj/noj {:mvn/version "2-beta18"} |
| 6 | + org.scicloj/tablecloth.time {:mvn/version "1.00-alpha-6"} |
6 | 7 | ;; Tableplot can be removed after updating Noj: |
7 | 8 | org.scicloj/tableplot {:mvn/version "1-beta14"} |
8 | 9 | markdown-clj/markdown-clj {:mvn/version "1.12.4"} |
|
14 | 15 | metosin/malli {:mvn/version "0.19.1"} |
15 | 16 | clj-fuzzy/clj-fuzzy {:mvn/version "0.4.1"} |
16 | 17 | clj-thamil/clj-thamil {:mvn/version "0.2.0"} |
17 | | - org.scicloj/clay {:mvn/version "2.0.5"} |
18 | | - org.scicloj/kindly {:mvn/version "4-beta21"} |
| 18 | + org.scicloj/clay {#_#_:mvn/version "2.0.5" |
| 19 | + :git/url "https://github.com/scicloj/clay" |
| 20 | + :git/sha "a52102ac993fa4f6b455e8f37d6a653030e69920"} |
| 21 | + org.scicloj/kindly {:mvn/version "4-beta23"} |
19 | 22 | thi.ng/geom {:mvn/version "1.0.1"} |
20 | 23 | org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"} |
21 | 24 | org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"} |
|
48 | 51 | dev.data-star.clojure/malli-schemas {:mvn/version "1.0.0-RC4"} |
49 | 52 | dev.data-star.clojure/http-kit-malli-schemas {:mvn/version "1.0.0-RC4"} |
50 | 53 | dev.data-star.clojure/ring-malli-schemas {:mvn/version "1.0.0-RC4"} |
| 54 | + ;; required by mentat_collective/emmy |
| 55 | + io.github.nextjournal/clerk {:mvn/version "0.18.1158"} |
51 | 56 |
|
52 | 57 | ;; libraries for GIS work |
53 | 58 | org.apache.sis.storage/sis-geotiff {:mvn/version "1.5"} |
|
61 | 66 |
|
62 | 67 | generateme/fastmath {:mvn/version "3.0.0-alpha4"} |
63 | 68 | clojure2d/clojure2d {:mvn/version "1.5.0-alpha1"} |
| 69 | + org.scicloj/wadogo {:mvn/version "1.1.0-alpha1"} |
| 70 | + quil/quil {:mvn/version "4.3.1563"} |
64 | 71 |
|
65 | 72 | com.github.psambit9791/jdsp {:mvn/version "3.1.0"} |
66 | 73 |
|
|
74 | 81 | :deps/root "core"} |
75 | 82 | com.hyperphor/multitool {:mvn/version "0.2.3"} |
76 | 83 | datascript/datascript {:mvn/version "1.7.8"} |
77 | | - io.github.pbaille/noon {:git/url "https://github.com/pbaille/noon.git" |
78 | | - :git/sha "e63bb7c82671293c5610da6a02e3148a48ad71dd"}} |
| 84 | + ;; io.github.pbaille/noon {:git/url "https://github.com/pbaille/noon.git" |
| 85 | + ;; :git/sha "97677727bff20243dc15d5cafb821d4af9019842"} |
| 86 | + } |
79 | 87 |
|
80 | 88 | :mvn/repos {"osgeo" {:url "https://repo.osgeo.org/repository/release/"}} |
81 | 89 |
|
|
0 commit comments