Skip to content

Commit

Permalink
update core.matrix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuene committed Jan 2, 2023
1 parent ff18c75 commit 8810843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject expresso "0.2.3"
(defproject expresso "0.2.4"
:description "a general Algebraic Expression manipulation library in clojure"
:url "https://github.com/clojure-numerics/expresso"
:license {:name "The MIT License"
Expand All @@ -7,7 +7,7 @@
[criterium "0.4.3"]]}}
:dependencies [[org.clojure/clojure "1.11.1"]
[instaparse "1.4.5"]
[net.mikera/core.matrix "0.59.0"]
[net.mikera/core.matrix "0.63.0"]
[org.clojure/core.memoize "0.5.8"]
[mschuene/core.logic "0.8.11.1"]]
:source-paths ["src" "src/main/clojure"]
Expand Down

0 comments on commit 8810843

Please sign in to comment.