Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-02-16 09:29:54 +01:00
202 changed files with 4386 additions and 3640 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