Hi,
What is this dependency, [thinktopic/experiment "0.9.22-SNAPSHOT"] found in the xor-mlp example?
leiningen doesn't find it.
(defproject xor-mlp "0.9.22-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[thinktopic/experiment "0.9.22-SNAPSHOT"]]
:repl-options {:init-ns xor-mlp.core})
Thanks!
- Peter