Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	NEWS.md
	README.md
  • Loading branch information
AlexMili committed Feb 28, 2017
2 parents 3ded99a + ece5d0c commit 8bc59c3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions rocks/torch-dataframe-1.6-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package = "torch-dataframe"
version = "1.6-1"
source = {
url = "https://github.com/alexmili/torch-dataframe/archive/v1.6-1.tar.gz",
dir = "torch-dataframe-1.6-1"
}

description = {
summary = "A Dataframe class for Torch",
detailed = [[
Dataframe is a Torch7 class to load and manipulate
Kaggle-style CSVs inspired from R's and pandas' Dataframes.
Compatible with torchnet.
]],
homepage = "https://github.com/alexmili/torch-dataframe",
license = "MIT/X11",
maintainer = "AlexMili"
}
dependencies = {
"lua >= 5.1",
"torch >= 7.0",
"argcheck >= 2.0",
"luafilesystem >= 1.6.3",
"paths",
"torchnet >= 1.0",
"threads >= 1.0",
"tds",
"nn"
}
build = {
type = "cmake",
variables = {
CMAKE_BUILD_TYPE="Release",
LUA_PATH="$(LUADIR)",
LUA_CPATH="$(LIBDIR)"
}
}

0 comments on commit 8bc59c3

Please sign in to comment.