Skip to content

Commit

Permalink
updated deps.edn: removed the Scicloj.ml.smile from the direct Noj de…
Browse files Browse the repository at this point in the history
…pendencies (though it is still recommended to use with Noj); updated deps (Metamorph.ml. Scicloj.ml.tribuo, Clay, Tableplot)
  • Loading branch information
daslu committed Dec 31, 2024
1 parent 7f43afe commit b367e65
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +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-beta4] - 2025-01-01
- removed the Scicloj.ml.smile from the direct Noj dependencies (though it is still recommended to use with Noj)
- updated deps (Metamorph.ml. Scicloj.ml.tribuo, Clay, Tableplot)

## [2-beta3] - 2024-12-24
- updated deps (Libpython-clj, Tableplot, Clay)

Expand Down
19 changes: 11 additions & 8 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
org.scicloj/kindly {:mvn/version "4-beta14"}
generateme/fastmath {:mvn/version "3.0.0-alpha3"}
aerial.hanami/aerial.hanami {:mvn/version "0.20.1"}
org.scicloj/tableplot {:mvn/version "1-beta5"}
org.scicloj/scicloj.ml.smile {:mvn/version "7.4.3"}
org.scicloj/metamorph.ml {:mvn/version "0.10.4"}
org.scicloj/tableplot {:mvn/version "1-beta6"}
org.scicloj/metamorph.ml {:mvn/version "0.11.1"}
org.scicloj/sklearn-clj {:mvn/version "0.4.1"}
org.scicloj/scicloj.ml.xgboost {:mvn/version "6.2.0"}

org.scicloj/scicloj.ml.tribuo {:mvn/version "0.1.4"}
org.scicloj/scicloj.ml.tribuo {:mvn/version "0.1.6"}

org.tribuo/tribuo-regression-liblinear {:mvn/version "4.3.1"}
org.tribuo/tribuo-regression-libsvm {:mvn/version "4.3.1"}
Expand All @@ -36,7 +35,7 @@
org.babashka/sci {:mvn/version "0.9.44"}
org.mentat/emmy-viewers {:mvn/version "0.3.2"}

org.scicloj/clay {:mvn/version "2-beta26"}}
org.scicloj/clay {:mvn/version "2-beta27"}}
:aliases
{:gen-tests {:extra-paths ["build"]}

Expand All @@ -50,7 +49,8 @@
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
org.scicloj/clay {:mvn/version "2-beta25"}
clj-http/clj-http {:mvn/version "3.13.0"}}}
clj-http/clj-http {:mvn/version "3.13.0"}
org.scicloj/scicloj.ml.smile {:mvn/version "7.4.3"}}}

:model-integration-tests
{:extra-paths ["model-integration-tests" "notebooks"]
Expand All @@ -60,12 +60,14 @@
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/scicloj.ml.smile {:mvn/version "7.4.3"}

com.taoensso/nippy {:mvn/version "3.4.2"}

org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.16"}
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"]
Expand All @@ -76,7 +78,8 @@
org.bytedeco/openblas {:mvn/version "0.3.10-1.5.4"}
org.bytedeco/javacpp {:mvn/version "1.5.4"}
com.oracle.labs.olcut/olcut-config-edn {:mvn/version "5.1.4"}
com.oracle.labs.olcut/olcut-config-json {:mvn/version "5.1.4"}}}
com.oracle.labs.olcut/olcut-config-json {:mvn/version "5.1.4"}
org.scicloj/scicloj.ml.smile {:mvn/version "7.4.3"}}}

:outdated {;; Note that it is `:deps`, not `:extra-deps`
:deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
Expand Down

0 comments on commit b367e65

Please sign in to comment.