3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.elegy: jaxlib belongs in buildInputs

This commit is contained in:
Samuel Ainsworth 2022-01-27 20:51:58 +00:00
parent 97a90b8d6f
commit 9d9a54adea

View file

@ -4,6 +4,7 @@
, deepmerge
, dm-haiku
, fetchFromGitHub
, jaxlib
, lib
, poetry
, pytestCheckHook
@ -35,6 +36,8 @@ buildPythonPackage rec {
poetry
];
buildInputs = [ jaxlib ];
propagatedBuildInputs = [
cloudpickle
deepdish