File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
pkgs/development/python-modules/chex Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 2323
2424buildPythonPackage rec {
2525 pname = "chex" ;
26- version = "0.1.88 " ;
26+ version = "0.1.89 " ;
2727 pyproject = true ;
2828
2929 src = fetchFromGitHub {
3030 owner = "deepmind" ;
3131 repo = "chex" ;
3232 tag = "v${ version } " ;
33- hash = "sha256-umRq+FZwyx1hz839ZibRTEFKjbBugrfUJuE8PagjqI4 =" ;
33+ hash = "sha256-eTEfmbpmwtCuphtOq0iHUT8zGfyQ4/aUorL4FQwcKBw =" ;
3434 } ;
3535
3636 build-system = [ setuptools ] ;
@@ -52,11 +52,6 @@ buildPythonPackage rec {
5252 pytestCheckHook
5353 ] ;
5454
55- # AttributeError: module 'unittest' has no attribute 'makeSuite'
56- # https://github.com/google-deepmind/chex/issues/371
57- # TODO: re-enable at next release
58- doCheck = pythonOlder "3.13" ;
59-
6055 meta = {
6156 description = "Library of utilities for helping to write reliable JAX code" ;
6257 homepage = "https://github.com/deepmind/chex" ;
You can’t perform that action at this time.
0 commit comments