Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit bf8391e

Browse files
committed
Switch tutorial to dependency/ies that exist on Maven
1 parent 5b86701 commit bf8391e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contrib/clojure-package/examples/tutorial/project.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
:description "MXNET tutorials"
2020
:plugins [[lein-cljfmt "0.5.7"]]
2121
:dependencies [[org.clojure/clojure "1.9.0"]
22-
[org.apache.mxnet.contrib.clojure/clojure-mxnet "1.3.1-SNAPSHOT"]])
22+
;; Uncomment the one appropriate for your machine & configuration:
23+
#_[org.apache.mxnet.contrib.clojure/clojure-mxnet-linux-cpu "1.3.0"]
24+
#_[org.apache.mxnet.contrib.clojure/clojure-mxnet-linux-gpu "1.3.0"]
25+
#_[org.apache.mxnet.contrib.clojure/clojure-mxnet-osx-cpu "1.3.0"]])

0 commit comments

Comments
 (0)