Merge pull request #190712 from SuperSandro2000/tensorflow-datasets

This commit is contained in:
Sandro 2022-09-12 11:21:10 +02:00 committed by GitHub
commit 0f65929436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`