Skip to content

Instantly share code, notes, and snippets.

@rubenfiszel
Created March 2, 2016 23:14
Show Gist options
  • Save rubenfiszel/f33069e1f7960161d127 to your computer and use it in GitHub Desktop.
Save rubenfiszel/f33069e1f7960161d127 to your computer and use it in GitHub Desktop.
name := "codecup"
version := "0.3"
scalaVersion := "2.11.7"
scalacOptions += "-deprecation"
scalacOptions += "-unchecked"
libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "0.1.2"
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
offline := true
libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "18.0",
"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