]> git.parisson.com Git - timeside-diadems.git/commitdiff
feature(tools): add buffering method based on PyTables
authorThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 10:26:56 +0000 (12:26 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 10:26:56 +0000 (12:26 +0200)
.travis.yml
README.rst
setup.py

index 5334bcd7cfa26838738b0044f1b1d8f0546caa7f..751a6f25976360ff5950db1491f1441efd3f2c08 100644 (file)
@@ -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
index 713385a72d95a03a15ced8cb1ce97f93981626f3..c7a79fb4550b4671d8b2dc23fde72b06119c0a0f 100644 (file)
@@ -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::
index f6b5a583cc7378b89f9d08529477228fe59c5442..96607b475e2b0498dd3f46ac0f8cdc32ae1df4e8 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,7 @@ setup(
         'mutagen',
         'pillow',
         'h5py',
+        'tables',
         'pyyaml',
         'simplejson',
         'scipy',