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

github.com/torch/env.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'env-scm-1.rockspec')
-rw-r--r--env-scm-1.rockspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/env-scm-1.rockspec b/env-scm-1.rockspec
index 580261d..fbbc0c7 100644
--- a/env-scm-1.rockspec
+++ b/env-scm-1.rockspec
@@ -16,6 +16,8 @@ Adds pretty printing and additional path handling to luajit
dependencies = {
"torch >= 7.0",
+ "gnuplot",
+ "dok"
}
build = {
@@ -23,4 +25,4 @@ build = {
modules = {
['env.init'] = 'init.lua',
}
-} \ No newline at end of file
+}