From 2878d1b6a6a0125657824b3d7739c832ba7cc499 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 4 Jul 2014 12:26:56 +0200 Subject: [PATCH] feature(tools): add buffering method based on PyTables --- .travis.yml | 2 +- README.rst | 2 +- setup.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5334bcd..751a6f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - sudo apt-get -qq update - sudo apt-get install python-setuptools - sudo apt-get install -qq python-numpy python-scipy python-matplotlib - - sudo apt-get install -qq libhdf5-serial-dev python-h5py + - sudo apt-get install -qq libhdf5-serial-dev python-h5py pytables - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad # command to install dependencies diff --git a/README.rst b/README.rst index 713385a..c7a79fb 100644 --- a/README.rst +++ b/README.rst @@ -292,7 +292,7 @@ Dependencies Needed:: python (>=2.7) python-setuptools python-numpy python-scipy python-h5py python-matplotlib python-imaging - python-simplejson python-yaml python-mutagen libhdf5-serial-dev python-gst0.10 + python-simplejson python-yaml python-mutagen libhdf5-serial-dev pytables python-gst0.10 gstreamer0.10-gnonlin gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly Optional:: diff --git a/setup.py b/setup.py index f6b5a58..96607b4 100755 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ setup( 'mutagen', 'pillow', 'h5py', + 'tables', 'pyyaml', 'simplejson', 'scipy', -- 2.39.5