mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
pythonPackages numpy: enable for Python 3.5
Since 1.9.3 numpy works with Python 3.5. Packages depending on Numpy still might cause problems with Python 3.5.
This commit is contained in:
parent
0732a39dee
commit
31f0478c46
@ -9466,7 +9466,7 @@ let
|
||||
sha256 = "8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858";
|
||||
};
|
||||
|
||||
disabled = isPyPy || isPy35; # WIP
|
||||
disabled = isPyPy; # WIP
|
||||
|
||||
preConfigure = ''
|
||||
sed -i 's/-faltivec//' numpy/distutils/system_info.py
|
||||
|
Loading…
Reference in New Issue
Block a user