python3Packages.numpy: 1.21.5 -> 1.22.2

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:08 +01:00
parent 1c64dd01ef
commit d78bad2277

View File

@ -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 [