tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3.pkgs.scipy: update pybind11 version substitution
Doron Behar
2 years ago
2dd3d3a0
6f3be779
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
scipy
default.nix
+1
-1
pkgs/development/python-modules/scipy/default.nix
···
81
81
substituteInPlace pyproject.toml \
82
82
--replace 'meson-python>=0.12.1,<0.14.0' 'meson-python' \
83
83
--replace 'numpy==' 'numpy>=' \
84
84
-
--replace "pybind11>=2.10.4,<2.11.0" "pybind11>=2.10.4,<2.12.0" \
84
84
+
--replace "pybind11>=2.10.4,<2.11.1" "pybind11>=2.10.4,<2.12.0" \
85
85
--replace 'wheel<0.41.0' 'wheel'
86
86
'';
87
87