pythonPackages.pandas: don't propagate cython dependency
This commit is contained in:
parent
ac29d96d25
commit
2b15d5c4c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user