mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 02:24:30 +00:00
python310Packages.dm-haiku: remove unused input, rec
This commit is contained in:
parent
e052d608cb
commit
9c6a7f93e2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user