python310Packages.dm-haiku: remove unused input, rec

This commit is contained in:
Sandro Jäckel 2023-07-14 14:09:08 +02:00
parent e052d608cb
commit 9c6a7f93e2
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,5 +1,4 @@
{ stdenv
, buildPythonPackage
{ buildPythonPackage
, dm-haiku
, chex
, cloudpickle
@ -16,9 +15,10 @@
, rlax
, distrax
, tensorflow-probability
, optax }:
, optax
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "dm-haiku-tests";
inherit (dm-haiku) version;