mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 11:33:31 +00:00
python3Packages.jax: 0.2.24 -> 0.2.25
This commit is contained in:
parent
2f230f7d50
commit
685788d164
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jax";
|
pname = "jax";
|
||||||
version = "0.2.24";
|
version = "0.2.25";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
owner = "google";
|
owner = "google";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "jax-v${version}";
|
rev = "jax-v${version}";
|
||||||
sha256 = "1mmn1m4mprpwqlb1smjfdy3f74zm9p3l9dhhn25x6jrcj2cgc5pi";
|
sha256 = "0f32is9896g4shfhjipj3rlgpjxci5y607lp8gxlgsdzdqfpckm2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# jaxlib is _not_ included in propagatedBuildInputs because there are
|
# jaxlib is _not_ included in propagatedBuildInputs because there are
|
||||||
|
Loading…
Reference in New Issue
Block a user