Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@fb.com>2015-10-26 03:07:25 +0300
committerSoumith Chintala <soumith@fb.com>2015-10-26 03:07:38 +0300
commitfc03659481e482c39268b6e1adb2fc6367395de0 (patch)
treee25221cd3f6ea51c7023264a4f741a9eb212d3a8
parent247f589b5cab46bc6181bf4ef12d61b485ad7827 (diff)
fixing dependencies, adding dok.
-rw-r--r--image-1.1.alpha-0.rockspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/image-1.1.alpha-0.rockspec b/image-1.1.alpha-0.rockspec
index 2c498db..9492d5a 100644
--- a/image-1.1.alpha-0.rockspec
+++ b/image-1.1.alpha-0.rockspec
@@ -19,7 +19,8 @@ using Torch's Tensor data structure.
dependencies = {
"torch >= 7.0",
"sys >= 1.0",
- "xlua >= 1.0"
+ "xlua >= 1.0",
+ "dok"
}
build = {