keras: Add missing dependency on optree

This commit is contained in:
Pandapip1 2024-05-10 11:44:58 -05:00
parent 254a66bf4e
commit d3093e486b

View File

@ -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
}: