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:
Diffstat (limited to 'image-1.1.alpha-0.rockspec')
-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..d0f3e5f 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",
+ "rational >= 1.0"
}
build = {