diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f93dd..55710e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## unreleased -- updated Fastmath version (`3.0.0-alpha1`) +- updated deps (Fastmath, Hanamicloth) ## [2-alpha6] - 2024-09-18 - updated deps, switched to git deps rather than Clojars for now diff --git a/deps.edn b/deps.edn index 9e4201f..28221a7 100644 --- a/deps.edn +++ b/deps.edn @@ -5,7 +5,7 @@ org.scicloj/kindly {:mvn/version "4-beta12"} generateme/fastmath {:mvn/version "3.0.0-alpha1"} aerial.hanami/aerial.hanami {:mvn/version "0.20.0"} - org.scicloj/hanamicloth {:mvn/version "1-alpha7-SNAPSHOT"} + org.scicloj/hanamicloth {:mvn/version "1-alpha8"} scicloj/metamorph.ml {:mvn/version "0.8.2-branch-noj-2-alpha4-SNAPSHOT"} org.scicloj/scicloj.ml.tribuo {:mvn/version "0.1.1-branch-noj-2-alpha4-SNAPSHOT"} org.tribuo/tribuo-regression-sgd {:mvn/version "4.2.0"} @@ -21,7 +21,7 @@ :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" "notebooks"]