Merge master into staging

This commit is contained in:
Frederik Rietdijk
2019-02-14 11:35:50 +01:00
67 changed files with 3152 additions and 2951 deletions

View File

@@ -37,9 +37,8 @@ in buildPythonPackage rec {
checkInputs = [ pytest glibcLocales moto ];
buildInputs = [] ++ optional isDarwin libcxx;
buildInputs = [ cython ] ++ optional isDarwin libcxx;
propagatedBuildInputs = [
cython
dateutil
scipy
numexpr