Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed May 19, 2024
1 parent 34d1c60 commit adb3e3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change

## [1-alpha35] - unreleased
- avoding the unnecessary use of Reagent for Python plots
- updated deps

## [1-alpha34] - 2024-04-15
- removed the currently-unnecessary `calc-correlations-matrix` and `round` functions (#22) - thanks, @behrica
Expand Down
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
scicloj/tablecloth {:mvn/version "7.029.1"}
org.scicloj/kindly {:mvn/version "4-beta2"}
scicloj/tablecloth {:mvn/version "7.029.2"}
org.scicloj/kindly {:mvn/version "4-beta4"}
generateme/fastmath {:mvn/version "2.4.0"}
aerial.hanami/aerial.hanami {:mvn/version "0.20.0"}
cljplot/cljplot {:mvn/version "0.0.3"}
scicloj/metamorph.ml {:mvn/version "0.7.8"}
scicloj/metamorph.ml {:mvn/version "0.8.2"}
scicloj/scicloj.ml.smile {:mvn/version "7.2"}
scicloj/scicloj.ml.tribuo {:git/url "https://github.com/scicloj/scicloj.ml.tribuo"
:git/sha "1bde7c4"
:git/tag "v0.1.0"}
clj-python/libpython-clj {:mvn/version "2.025"}
scicloj/clojisr {:mvn/version "1.0.0-BETA22"}
scicloj/clojisr {:mvn/version "1.0.0"}
org.scicloj/tempfiles {:mvn/version "1-alpha2"}
kixi/stats {:mvn/version "0.5.5"}}
:aliases
Expand All @@ -22,6 +22,6 @@
: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/clay {:mvn/version "2-beta7"}}}
org.scicloj/clay {:mvn/version "2-beta9"}}}
:dev {:extra-paths ["notebooks"]
:extra-deps {org.scicloj/clay {:mvn/version "2-beta7"}}}}}
:extra-deps {org.scicloj/clay {:mvn/version "2-beta9"}}}}}

0 comments on commit adb3e3c

Please sign in to comment.