Skip to content

Commit

Permalink
- updated deps, added bababashka/process dep
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jul 4, 2024
1 parent 2f209f2 commit 8b4b6ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 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/).

## [1-alpha2] - unreleased
- updated deps, added bababashka/process dep

## [1-alpha1] - 2024-03-09
- initial working version
5 changes: 3 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{:deps {techascent/tech.ml.dataset {:mvn/version "7.028"}
{:deps {techascent/tech.ml.dataset {:mvn/version "7.030"}
com.cnuernber/charred {:mvn/version "1.034"} ; ahead of tech.ml.datasets with a bugfix
org.scicloj/tempfiles {:mvn/version "1-alpha3"}}
org.scicloj/tempfiles {:mvn/version "1-alpha3"}
babashka/process {:mvn/version "0.5.22"}}
:aliases {:dev {:extra-paths ["notebooks"]
:extra-deps {org.scicloj/clay {:mvn/version "2-beta11"}
org.scicloj/noj {:mvn/version "1-alpha34"}
Expand Down

0 comments on commit 8b4b6ad

Please sign in to comment.