summaryrefslogtreecommitdiffstats
path: root/libraries/pytables/README
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2010-12-10 00:12:23 -0200
committer Robby Workman <rworkman@slackbuilds.org>2010-12-12 15:47:14 -0600
commit1b976ec966c382b49e1aeade87cb19aee485175d (patch)
treead4e8fb6d117f0b351cd7865aa12f4b2c8b9e213 /libraries/pytables/README
parent13b19c3ff3f5fcfa071909cb2bd68a2b0092f6c1 (diff)
downloadslackbuilds-1b976ec966c382b49e1aeade87cb19aee485175d.tar.gz
slackbuilds-1b976ec966c382b49e1aeade87cb19aee485175d.tar.xz
libraries/pytables: Updated for version 2.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/pytables/README')
-rw-r--r--libraries/pytables/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/pytables/README b/libraries/pytables/README
index 331268b08f..22120c6a4a 100644
--- a/libraries/pytables/README
+++ b/libraries/pytables/README
@@ -16,4 +16,4 @@ PyTables has been designed to fulfill the next requirements:
represented by one byte plus a small fraction when loaded
in memory.
-This requires numpy and hdf5.
+This requires numpy, numexpr, hdf5 and Cython.