about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPandapip1 <>2024-05-10 11:44:58 -0500
committernicoo <nicoo@mur.at>2024-05-13 09:09:52 +0000
commite1476ef1535f8eed849bd0115dd1ad4d702c7922 (patch)
tree2862cdc87cbe2ef7b85dd66f0a634d6f7324747e
parent53ee3b2cf74b3e96a8e8725f484100b1b3460fe5 (diff)
keras: Add missing dependency on optree
(cherry picked from commit d3093e486b51ec6527d4096ca0439a8773795060)
-rw-r--r--pkgs/development/python-modules/keras/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/keras/default.nix b/pkgs/development/python-modules/keras/default.nix
index f5275ea1a2a67..d508f4b708044 100644
--- a/pkgs/development/python-modules/keras/default.nix
+++ b/pkgs/development/python-modules/keras/default.nix
@@ -1,6 +1,6 @@
 { lib, buildPythonPackage, fetchPypi
 , pytest, pytest-cov, pytest-xdist
-, six, numpy, scipy, pyyaml, h5py
+, six, numpy, scipy, pyyaml, h5py, optree
 , keras-applications, keras-preprocessing
 }: