···3434 # nix-shell maintainers/scripts/update.nix --argstr package python3.pkgs.scipy
3535 #
3636 # The update script uses sed regexes to replace them with the updated hashes.
3737- version = "1.12.0";
3838- srcHash = "sha256-PuiyYTgSegDTV9Kae5N68FOXT1jyJrNv9p2aFP70Z20=";
3737+ version = "1.13.0";
3838+ srcHash = "sha256-HaYk92hOREHMOXppK+Bs9DrBu9KUVUsZ0KV+isTofUo=";
3939 datasetsHashes = {
4040 ascent = "1qjp35ncrniq9rhzb14icwwykqg2208hcssznn3hz27w39615kh3";
4141 ecg = "1bwbjp43b7znnwha5hv6wiz3g0bhwrpqpi75s12zidxrbwvd62pj";
···7676 "doc/source/dev/contributor/meson_advanced.rst"
7777 ];
7878 })
7979- (fetchpatch {
8080- name = "openblas-0.3.26-compat.patch";
8181- url = "https://github.com/scipy/scipy/commit/8c96a1f742335bca283aae418763aaba62c03378.patch";
8282- hash = "sha256-SGoYDxwSAkr6D5/XEqHLerF4e4nmmI+PX+z+3taWAps=";
8383- })
8479 ];
85808686- # Upstream complicated numpy version pinning is causing issues in the
8787- # configurePhase, so we pass on it.
8181+ # Upstream says in a comment in their pyproject.toml that building against
8282+ # both numpy 2 and numpy 1 should work, but they seem to worry about numpy
8383+ # incompatibilities that we here with Nixpkgs' Python ecosystem, shouldn't
8484+ # experience.
8885 postPatch = ''
8986 substituteInPlace pyproject.toml \
9090- --replace-fail 'numpy==' 'numpy>=' \
8787+ --replace-fail 'numpy>=2.0.0rc1,' 'numpy' \
9188 '';
92899390 nativeBuildInputs = [