Skip to content

Commit

Permalink
- added exclusions to deps to avoid a version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 22, 2024
1 parent 555c35a commit b638dea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 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-alpha7.1] - 2024-09-23
- added exclusions to deps to avoid a version conflict

## [2-alpha7] - 2024-09-22
- updated deps (Fastmath, Hanamicloth, metamorph.ml, Tribuo)
- added the deps for Tribuo xgboost models
Expand Down
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
org.scicloj/hanamicloth {:mvn/version "1-alpha8"}
scicloj/metamorph.ml {:git/url "https://github.com/scicloj/metamorph.ml.git"
:git/sha "50f47dad934a2786b3cf025bef509f1f3d1a7e1d"}
org.scicloj/scicloj.ml.tribuo {:mvn/version "0.1.1-branch-noj-2-alpha4-SNAPSHOT"}
org.scicloj/scicloj.ml.tribuo {:mvn/version "0.1.1-branch-noj-2-alpha4-SNAPSHOT"
:exclusions [scicloj/metamorph.ml]}
org.tribuo/tribuo-regression-sgd {:mvn/version "4.3.1"}
org.tribuo/tribuo-regression-tree {:mvn/version "4.3.1"}
org.tribuo/tribuo-regression-xgboost {:mvn/version "4.3.1"}
Expand Down

0 comments on commit b638dea

Please sign in to comment.