python310Packages.chex: Propagate cloudpickle

This commit is contained in:
Martin Weinelt 2023-03-18 13:25:12 +01:00
parent 088089e8e0
commit c1e8756b56
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,5 +1,6 @@
{ absl-py
, buildPythonPackage
, cloudpickle
, dm-tree
, fetchFromGitHub
, jax
@ -24,6 +25,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
absl-py
cloudpickle
dm-tree
jax
numpy