python blaze: update inputs and fix tests

This commit is contained in:
Frederik Rietdijk 2015-12-14 17:38:08 +01:00
parent 1298fa443d
commit 556e968924

View file

@ -1695,19 +1695,28 @@ in modules // {
buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self; [
numpy
pandas
datashape
odo
toolz
cytoolz
multipledispatch
sqlalchemy9 # sqlalchemy8 should also work
psutil
numba
datashape
flask
h5py
multipledispatch
numba
numpy
odo
pandas
psutil
pymongo
pyyaml
requests2
sqlalchemy_1_0
tables
toolz
];
checkPhase = ''
py.test blaze/tests
'';
meta = {
homepage = https://github.com/ContinuumIO/blaze;
description = "Allows Python users a familiar interface to query data living in other data storage systems";