python3Packages.skrl: add missing test dependency hypothesis

This commit is contained in:
Gaetan Lepage
2026-07-08 12:24:08 +00:00
parent 09f54bb5e0
commit e78efb18b7
@@ -17,6 +17,7 @@
# tests
flax,
hypothesis,
jax,
optax,
pettingzoo,
@@ -70,6 +71,7 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
flax
hypothesis
jax
optax
pettingzoo