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

github.com/torch/xlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-12-03 06:11:59 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-12-03 06:11:59 +0400
commit61991ac17be580e7fadccd4ac812a5efc2ab1271 (patch)
tree709b3e4c0020cb5669cd30031fa094a6e0c5bbf9
parent20fcebcf2c60557d18b89a27701017977edfebd0 (diff)
New dep.
-rw-r--r--xlua-1.0-0.rockspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlua-1.0-0.rockspec b/xlua-1.0-0.rockspec
index ba2cfdc..20eb69b 100644
--- a/xlua-1.0-0.rockspec
+++ b/xlua-1.0-0.rockspec
@@ -19,6 +19,7 @@ and provide other general purpose tools (progress bar, ...).
dependencies = {
"torch >= 7.0",
+ "sys >= 1.0"
}
build = {