Merge pull request #256768 from GaetanLepage/ml-dtypes

python310Packages.ml-dtypes: 0.3.0 -> 0.3.1

authored by

Thiago Kenji Okada and committed by
GitHub
fc3e7163 ad3b3be9

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