python3Packages.ml-dtypes: 0.5.2 -> 0.5.3 (#429448)

authored by Gaétan Lepage and committed by GitHub 770927f2 0f3659d6

+3 -3
+3 -3
pkgs/development/python-modules/ml-dtypes/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "ml-dtypes"; 19 - version = "0.5.2"; 20 pyproject = true; 21 22 src = fetchFromGitHub { 23 owner = "jax-ml"; 24 repo = "ml_dtypes"; 25 tag = "v${version}"; 26 - hash = "sha256-XRvqyWyi5smaLh5ese5QY2aIOkVliXGc7ngwT5CRsmc="; 27 # Since this upstream patch (https://github.com/jax-ml/ml_dtypes/commit/1bfd097e794413b0d465fa34f2eff0f3828ff521), 28 # the attempts to use the nixpkgs packaged eigen dependency have failed. 29 # Hence, we rely on the bundled eigen library. ··· 32 33 postPatch = '' 34 substituteInPlace pyproject.toml \ 35 - --replace-fail "setuptools~=75.7.0" "setuptools" 36 ''; 37 38 build-system = [ setuptools ];
··· 16 17 buildPythonPackage rec { 18 pname = "ml-dtypes"; 19 + version = "0.5.3"; 20 pyproject = true; 21 22 src = fetchFromGitHub { 23 owner = "jax-ml"; 24 repo = "ml_dtypes"; 25 tag = "v${version}"; 26 + hash = "sha256-y0w+8h6KMYf6ZvlP3rEVt1I11jkbNNuJDIvfNFFaBQE="; 27 # Since this upstream patch (https://github.com/jax-ml/ml_dtypes/commit/1bfd097e794413b0d465fa34f2eff0f3828ff521), 28 # the attempts to use the nixpkgs packaged eigen dependency have failed. 29 # Hence, we rely on the bundled eigen library. ··· 32 33 postPatch = '' 34 substituteInPlace pyproject.toml \ 35 + --replace-fail "setuptools~=80.8.0" "setuptools" 36 ''; 37 38 build-system = [ setuptools ];