mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
python3Packages.treex: jaxlib belongs in buildInputs
This commit is contained in:
parent
236bab3f1f
commit
93f88be7d1
@ -5,6 +5,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, flax
|
, flax
|
||||||
, hypothesis
|
, hypothesis
|
||||||
|
, jaxlib
|
||||||
, keras
|
, keras
|
||||||
, lib
|
, lib
|
||||||
, poetry-core
|
, poetry-core
|
||||||
@ -38,6 +39,8 @@ buildPythonPackage rec {
|
|||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildInputs = [ jaxlib ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
einops
|
einops
|
||||||
flax
|
flax
|
||||||
|
Loading…
Reference in New Issue
Block a user