From 31bcc9b9ecfc775ded5814a4ad435a52db096927 Mon Sep 17 00:00:00 2001 From: daslu <daniel.slutsky@gmail.com> Date: Wed, 18 Sep 2024 11:47:51 +0300 Subject: [PATCH] reverting some deps till we test the new metamorp.ml version --- deps.edn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deps.edn b/deps.edn index 1affe74..e46a0bd 100644 --- a/deps.edn +++ b/deps.edn @@ -6,10 +6,8 @@ generateme/fastmath {:mvn/version "3.0.0-SNAPSHOT"} aerial.hanami/aerial.hanami {:mvn/version "0.20.0"} org.scicloj/hanamicloth {:mvn/version "1-alpha7-SNAPSHOT"} - scicloj/metamorph.ml {:git/url "https://github.com/scicloj/metamorph.ml.git" - :git/sha "b295c45cdf06e5ab2a398261ddde7b5b43aea914"} - org.scicloj/scicloj.ml.tribuo {:git/url "https://github.com/scicloj/scicloj.ml.tribuo.git" - :git/sha "f4ebf1e1bb78eb99dd35ca886d75b9f65d800e8d"} + 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"} org.tribuo/tribuo-regression-tree {:mvn/version "4.2.0"} org.tribuo/tribuo-classification-sgd {:mvn/version "4.2.0"}