python311Packages.scipy: 1.11.3 -> 1.11.4

https://github.com/scipy/scipy/releases/tag/v1.11.4
This commit is contained in:
Doron Behar
2023-12-20 20:11:17 +01:00
committed by Martin Weinelt
parent 4c1f249333
commit 4729b781a8
@@ -32,8 +32,8 @@ let
# nix-shell maintainers/scripts/update.nix --argstr package python3.pkgs.scipy
#
# The update script uses sed regexes to replace them with the updated hashes.
version = "1.11.3";
srcHash = "sha256-swxRfFjTcKjKQv6GFdWNR6IKhdJQYhZSR7UWLtcnrXw=";
version = "1.11.4";
srcHash = "sha256-hNAZOMDFYqZpb67Pzg/WALWagFYvqYO1jOmcipDDRbE=";
datasetsHashes = {
ascent = "1qjp35ncrniq9rhzb14icwwykqg2208hcssznn3hz27w39615kh3";
ecg = "1bwbjp43b7znnwha5hv6wiz3g0bhwrpqpi75s12zidxrbwvd62pj";
@@ -79,7 +79,7 @@ in buildPythonPackage {
# Relax deps a bit
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'meson-python>=0.12.1,<0.14.0' 'meson-python' \
--replace 'meson-python>=0.12.1,<0.15.0' 'meson-python' \
--replace 'numpy==' 'numpy>=' \
--replace "pybind11>=2.10.4,<2.11.1" "pybind11>=2.10.4,<2.12.0" \
--replace 'wheel<0.41.0' 'wheel'
@@ -214,6 +214,7 @@ in buildPythonPackage {
SCIPY_USE_G77_ABI_WRAPPER = 1;
meta = with lib; {
changelog = "https://github.com/scipy/scipy/releases/tag/v${version}";
description = "SciPy (pronounced 'Sigh Pie') is open-source software for mathematics, science, and engineering";
downloadPage = "https://github.com/scipy/scipy";
homepage = "https://www.scipy.org/";