diff --git a/pkgs/development/python-modules/skrl/default.nix b/pkgs/development/python-modules/skrl/default.nix index 2990385ef1ab..7621226cbd38 100644 --- a/pkgs/development/python-modules/skrl/default.nix +++ b/pkgs/development/python-modules/skrl/default.nix @@ -17,6 +17,7 @@ # tests flax, + hypothesis, jax, optax, pettingzoo, @@ -70,6 +71,7 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ flax + hypothesis jax optax pettingzoo