Skip to content

Commit

Permalink
Upgade midje and mkl-dnn.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry committed Aug 11, 2021
1 parent c2e8caf commit bf804f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/hello-world/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject hello-world "0.42.0"
(defproject hello-world "0.43.0"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.3"]
[uncomplicate/neanderthal "0.41.0"]
[uncomplicate/neanderthal "0.43.0"]
;;Optional. If bytedeco is not present, a system-wide MKL is used.
[org.bytedeco/mkl-platform-redist "2021.1-1.5.5"]]
[org.bytedeco/mkl-platform-redist "2021.3-1.5.6"]]
;; Nvidia doesn't ship CUDA for macOS; you have to add this to your project
:exclusions [[org.jcuda/jcuda-natives :classifier "apple-x86_64"]
[org.jcuda/jcublas-natives :classifier "apple-x86_64"]]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*assert* false
*unchecked-math* :warn-on-boxed
*print-length* 128}
:dependencies [[midje "1.9.10"]
:dependencies [[midje "1.10.4"]
[codox-theme-rdash "0.1.2"]]
:codox {:metadata {:doc/format :markdown}
:source-uri "http://github.com/uncomplicate/neanderthal/blob/master/{filepath}#L{line}"
Expand Down

0 comments on commit bf804f3

Please sign in to comment.