mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python310Packages.optax: remove unused input, rec
This commit is contained in:
parent
b42f54435e
commit
5cfde70626
@ -1,5 +1,4 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
{ buildPythonPackage
|
||||
, dm-haiku
|
||||
, pytest-xdist
|
||||
, pytestCheckHook
|
||||
@ -9,7 +8,7 @@
|
||||
, optax
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage {
|
||||
pname = "optax-tests";
|
||||
inherit (optax) version;
|
||||
|
||||
@ -31,5 +30,4 @@ buildPythonPackage rec {
|
||||
# See https://github.com/deepmind/optax/issues/323
|
||||
"examples/lookahead_mnist_test.py"
|
||||
];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user