···1112buildPythonPackage rec {
13 pname = "ml-dtypes";
14- version = "0.3.0";
15 format = "pyproject";
1617 disabled = pythonOlder "3.9";
···20 owner = "jax-ml";
21 repo = "ml_dtypes";
22 rev = "refs/tags/v${version}";
23- hash = "sha256-crBTPQeRjgykkIpWx95ypyDeA/RRjWIasg9MR2r2yIU=";
24 # Since this upstream patch (https://github.com/jax-ml/ml_dtypes/commit/1bfd097e794413b0d465fa34f2eff0f3828ff521),
25 # the attempts to use the nixpkgs packaged eigen dependency have failed.
26 # Hence, we rely on the bundled eigen library.
···1112buildPythonPackage rec {
13 pname = "ml-dtypes";
14+ version = "0.3.1";
15 format = "pyproject";
1617 disabled = pythonOlder "3.9";
···20 owner = "jax-ml";
21 repo = "ml_dtypes";
22 rev = "refs/tags/v${version}";
23+ hash = "sha256-tuqB5itrAkT2b76rgRAJaOeng4V83TzPu400DPYrdKU=";
24 # Since this upstream patch (https://github.com/jax-ml/ml_dtypes/commit/1bfd097e794413b0d465fa34f2eff0f3828ff521),
25 # the attempts to use the nixpkgs packaged eigen dependency have failed.
26 # Hence, we rely on the bundled eigen library.