Created
February 15, 2016 16:07
-
-
Save rubenfiszel/42a4e200a350847b4c61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" | |
libraryDependencies ++= Seq( | |
"org.deeplearning4j" % "deeplearning4j-core" % "0.4-rc3.9-SNAPSHOT", | |
"org.deeplearning4j" % "deeplearning4j-ui" % "0.4-rc3.9-SNAPSHOT", | |
"org.nd4j" % "nd4j-x86" % "0.4-rc3.9-SNAPSHOT" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment