]> git.parisson.com Git - timeside.git/commitdiff
fix(setup.py): remove dependency on numexpr (already a dependency of pytables)
authorThomas Fillon <thomas@parisson.com>
Thu, 17 Jul 2014 08:16:02 +0000 (10:16 +0200)
committerThomas Fillon <thomas@parisson.com>
Thu, 17 Jul 2014 08:16:02 +0000 (10:16 +0200)
setup.py

index 115532bbeda62267bdb51fdc3350273cc3d4a2f1..96607b475e2b0498dd3f46ac0f8cdc32ae1df4e8 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,6 @@ setup(
         'mutagen',
         'pillow',
         'h5py',
-        'numexpr>=2.0.0',
         'tables',
         'pyyaml',
         'simplejson',