Merge pull request #168314 from samuela/samuela/tfds
python3Packages.tensorflow-datasets: fix build
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
, future
|
||||
, imagemagick
|
||||
, importlib-resources
|
||||
, jax
|
||||
, jaxlib
|
||||
, jinja2
|
||||
, langdetect
|
||||
, lib
|
||||
@@ -78,6 +80,8 @@ buildPythonPackage rec {
|
||||
beautifulsoup4
|
||||
ffmpeg
|
||||
imagemagick
|
||||
jax
|
||||
jaxlib
|
||||
jinja2
|
||||
langdetect
|
||||
matplotlib
|
||||
@@ -119,6 +123,9 @@ buildPythonPackage rec {
|
||||
# Requires `tensorflow_io` which is not packaged in `nixpkgs`.
|
||||
"tensorflow_datasets/image/lsun_test.py"
|
||||
|
||||
# Requires `envlogger` which is not packaged in `nixpkgs`.
|
||||
"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`
|
||||
# deep in TF AutoGraph. Doesn't reproduce in Docker with Ubuntu 22.04 => might be related
|
||||
# to the differences in some of the dependencies?
|
||||
|
||||
Reference in New Issue
Block a user