forked from mirrors/nixpkgs
python3Packages.elegy: jaxlib belongs in buildInputs
This commit is contained in:
parent
97a90b8d6f
commit
9d9a54adea
|
@ -4,6 +4,7 @@
|
|||
, deepmerge
|
||||
, dm-haiku
|
||||
, fetchFromGitHub
|
||||
, jaxlib
|
||||
, lib
|
||||
, poetry
|
||||
, pytestCheckHook
|
||||
|
@ -35,6 +36,8 @@ buildPythonPackage rec {
|
|||
poetry
|
||||
];
|
||||
|
||||
buildInputs = [ jaxlib ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cloudpickle
|
||||
deepdish
|
||||
|
|
Loading…
Reference in a new issue