File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
pkgs/development/python-modules/h5py Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222 mpiSupport = hdf5 . mpiSupport ;
2323in
2424buildPythonPackage rec {
25- version = "3.12.1 " ;
25+ version = "3.13.0 " ;
2626 pname = "h5py" ;
2727 pyproject = true ;
2828
2929 disabled = pythonOlder "3.7" ;
3030
3131 src = fetchPypi {
3232 inherit pname version ;
33- hash = "sha256-Mm1wtT0xuqYfALiqX5XC/LliGj7oNl13DFUaE9u8v98 =" ;
33+ hash = "sha256-GHDkZRhyACPahdCJWhlg/yzjmMVnHqw7GkHsaWtxBcM =" ;
3434 } ;
3535
3636 pythonRelaxDeps = [ "mpi4py" ] ;
@@ -41,6 +41,8 @@ buildPythonPackage rec {
4141 substituteInPlace pyproject.toml \
4242 --replace-fail "numpy >=2.0.0, <3" "numpy"
4343 substituteInPlace setup.py \
44+ --replace-fail "mpi4py ==3.1.4" "mpi4py" \
45+ --replace-fail "mpi4py ==4.0.1" "mpi4py" \
4446 --replace-fail "mpi4py ==3.1.6" "mpi4py"
4547 '' ;
4648
You can’t perform that action at this time.
0 commit comments