mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python3Packages.numpy: 1.21.5 -> 1.22.2
This commit is contained in:
parent
1c64dd01ef
commit
d78bad2277
@ -44,7 +44,7 @@ in buildPythonPackage rec {
|
||||
# Attention! v1.22.0 breaks scipy and by extension scikit-learn, so
|
||||
# build both to verify they don't break.
|
||||
# https://github.com/scipy/scipy/issues/15414
|
||||
version = "1.21.5";
|
||||
version = "1.22.2";
|
||||
|
||||
format = "pyproject.toml";
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -52,7 +52,7 @@ in buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "sha256-alkovGJBJk3OXtUJ5m8zZ2/Jf0ZOepGe3GcvtVMiIe4=";
|
||||
sha256 = "sha256-B2ruWjdj1B2mvvlWX988uYdgb1Z82LEEre0rOLe0er8=";
|
||||
};
|
||||
|
||||
patches = lib.optionals python.hasDistutilsCxxPatch [
|
||||
|
Loading…
Reference in New Issue
Block a user