Skip to content

Commit

Permalink
- added deps (scicloj-ml.smile, sklearn-clj)
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 27, 2024
1 parent 166fabf commit 76a1b23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [2-alpha8] - 2024-09-23
## [2-alpha8] - unreleased
- updated deps (metamorph.ml. scicloj.ml.tribuo)
- reverted Tribuo version to match scicloj.ml.tribuo
- added deps (scicloj-ml.smile, sklearn-clj)

## [2-alpha7.1] - 2024-09-23
- added exclusions to deps to avoid a version conflict
Expand Down
10 changes: 4 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
org.scicloj/hanamicloth {:mvn/version "1-alpha8"}
org.scicloj/metamorph.ml {:mvn/version "0.9.0"}
org.scicloj/scicloj.ml.tribuo {:mvn/version "0.1.2"}
org.scicloj/scicloj.ml.smile {:mvn/version "7.4.2"}
org.scicloj/sklearn-clj {:mvn/version "0.4.1"}
org.tribuo/tribuo-regression-sgd {:mvn/version "4.2.0"}
org.tribuo/tribuo-regression-tree {:mvn/version "4.2.0"}
org.tribuo/tribuo-regression-xgboost {:mvn/version "4.2.0"}
Expand All @@ -33,18 +35,14 @@

:model-integration-tests
{:extra-paths ["model-integration-tests"]
:extra-deps {org.scicloj/scicloj.ml.smile {:mvn/version "7.4.2"}
org.scicloj/sklearn-clj {:mvn/version "0.4.1"}
scicloj/scicloj.ml.xgboost {:mvn/version "6.0.0"}

:extra-deps {scicloj/scicloj.ml.xgboost {:mvn/version "6.0.0"}
org.bytedeco/arpack-ng {:mvn/version "3.7.0-1.5.4"}
org.bytedeco/openblas-platform {:mvn/version "0.3.10-1.5.4"}
org.bytedeco/arpack-ng-platform {:mvn/version "3.7.0-1.5.4"}
org.bytedeco/openblas {:mvn/version "0.3.10-1.5.4"}
org.bytedeco/javacpp {:mvn/version "1.5.4"}
org.scicloj/metamorph.ml {:mvn/version "0.9.0"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
}}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}}

:dev {:extra-paths ["notebooks"]
:extra-deps {org.scicloj/clay {:mvn/version "2-beta16"}}}}}

0 comments on commit 76a1b23

Please sign in to comment.