Loading pkgs/development/python-modules/equinox/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "equinox" ]; disabledTests = [ # Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted. "test_tracetime" ]; meta = with lib; { description = "A JAX library based around a simple idea: represent parameterised functions (such as neural networks) as PyTrees"; changelog = "https://github.com/patrick-kidger/equinox/releases/tag/v${version}"; Loading Loading
pkgs/development/python-modules/equinox/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "equinox" ]; disabledTests = [ # Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted. "test_tracetime" ]; meta = with lib; { description = "A JAX library based around a simple idea: represent parameterised functions (such as neural networks) as PyTrees"; changelog = "https://github.com/patrick-kidger/equinox/releases/tag/v${version}"; Loading