mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
python3Packages.flax: jaxlib belongs in buildInputs
This commit is contained in:
parent
9d9a54adea
commit
c674a64ce6
@ -1,5 +1,6 @@
|
||||
{ buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, jaxlib
|
||||
, keras
|
||||
, lib
|
||||
, matplotlib
|
||||
@ -21,6 +22,8 @@ buildPythonPackage rec {
|
||||
sha256 = "0zvq0vl88hiwmss49bnm7gdmndr1dfza2bcs1fj88a9r7w9dmlsr";
|
||||
};
|
||||
|
||||
buildInputs = [ jaxlib ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
matplotlib
|
||||
msgpack
|
||||
|
Loading…
Reference in New Issue
Block a user