We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7ea17 commit 940af4bCopy full SHA for 940af4b
1 file changed
pkgs/development/python-modules/numpy/default.nix
@@ -44,15 +44,15 @@ in buildPythonPackage rec {
44
# Attention! v1.22.0 breaks scipy and by extension scikit-learn, so
45
# build both to verify they don't break.
46
# https://github.com/scipy/scipy/issues/15414
47
- version = "1.21.5";
+ version = "1.22.2";
48
49
format = "pyproject.toml";
50
disabled = pythonOlder "3.7";
51
52
src = fetchPypi {
53
inherit pname version;
54
extension = "zip";
55
- sha256 = "sha256-alkovGJBJk3OXtUJ5m8zZ2/Jf0ZOepGe3GcvtVMiIe4=";
+ sha256 = "sha256-B2ruWjdj1B2mvvlWX988uYdgb1Z82LEEre0rOLe0er8=";
56
};
57
58
patches = lib.optionals python.hasDistutilsCxxPatch [
0 commit comments