python310Packages.ml-dtypes: 0.3.0 -> 0.3.1
This commit is contained in:
parent
5176fa7d0c
commit
6c8c72da9e
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ml-dtypes";
|
pname = "ml-dtypes";
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
owner = "jax-ml";
|
owner = "jax-ml";
|
||||||
repo = "ml_dtypes";
|
repo = "ml_dtypes";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-crBTPQeRjgykkIpWx95ypyDeA/RRjWIasg9MR2r2yIU=";
|
hash = "sha256-tuqB5itrAkT2b76rgRAJaOeng4V83TzPu400DPYrdKU=";
|
||||||
# Since this upstream patch (https://github.com/jax-ml/ml_dtypes/commit/1bfd097e794413b0d465fa34f2eff0f3828ff521),
|
# Since this upstream patch (https://github.com/jax-ml/ml_dtypes/commit/1bfd097e794413b0d465fa34f2eff0f3828ff521),
|
||||||
# the attempts to use the nixpkgs packaged eigen dependency have failed.
|
# the attempts to use the nixpkgs packaged eigen dependency have failed.
|
||||||
# Hence, we rely on the bundled eigen library.
|
# Hence, we rely on the bundled eigen library.
|
||||||
|
|
Loading…
Reference in a new issue