Skip to content

Commit

Permalink
- brought back same/ish dep which was removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 28, 2024
1 parent e507e3c commit 116b4c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 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-alpha9.1] - 2024-09-28
- brought back same/ish dep which was removed by mistake

## [2-alpha9] - 2024-09-28
- updated deps (scicloj.ml.tribuo, Tribuo models)
- same/ish dep was removed by mistake

## [2-alpha8.2] - 2024-09-28
- added scicloj.ml.xgboost
Expand Down
13 changes: 6 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
org.tribuo/tribuo-classification-sgd {:mvn/version "4.3.1"}
org.tribuo/tribuo-classification-tree {:mvn/version "4.3.1"}
org.tribuo/tribuo-classification-xgboost {:mvn/version "4.3.1"}

clj-python/libpython-clj {:mvn/version "2.025"}
org.scicloj/kind-pyplot {:mvn/version "1-beta1"}
scicloj/clojisr {:mvn/version "1.0.0"}}
scicloj/clojisr {:mvn/version "1.0.0"}

same/ish {:mvn/version "0.1.6"}}
:aliases
{:gen-tests {:extra-paths ["build"]}

Expand All @@ -33,7 +35,6 @@
:test {:extra-paths ["test" "notebooks"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
same/ish {:mvn/version "0.1.6"}
org.scicloj/clay {:mvn/version "2-beta16"}}}

:model-integration-tests
Expand All @@ -45,10 +46,8 @@
org.bytedeco/openblas {:mvn/version "0.3.10-1.5.4"}
org.bytedeco/javacpp {:mvn/version "1.5.4"}

same/ish {:mvn/version "0.1.6"}
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 116b4c1

Please sign in to comment.