diff --git a/pkgs/development/python-modules/tensorflow-datasets/default.nix b/pkgs/development/python-modules/tensorflow-datasets/default.nix index 772e6da92edd..1afd6c55a3fb 100644 --- a/pkgs/development/python-modules/tensorflow-datasets/default.nix +++ b/pkgs/development/python-modules/tensorflow-datasets/default.nix @@ -37,6 +37,7 @@ , termcolor , tifffile , tqdm +, zarr }: buildPythonPackage rec { @@ -99,6 +100,7 @@ buildPythonPackage rec { scipy tensorflow tifffile + zarr ]; disabledTestPaths = [ @@ -123,6 +125,7 @@ buildPythonPackage rec { "tensorflow_datasets/image/lsun_test.py" # Requires `envlogger` which is not packaged in `nixpkgs`. + "tensorflow_datasets/rlds/locomotion/locomotion_test.py" "tensorflow_datasets/rlds/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can_test.py" # Fails with `TypeError: Constant constructor takes either 0 or 2 positional arguments`