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