diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index 25f7e4b98dd9..6e27d9aa6b42 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -48,7 +48,6 @@ , setuptools , shortuuid , substituteAll -, tensorflow , torch , tqdm }: @@ -128,7 +127,6 @@ buildPythonPackage rec { pytestCheckHook responses scikit-learn - tensorflow torch tqdm ]; @@ -255,6 +253,9 @@ buildPythonPackage rec { # Requires metaflow which is not packaged as of 2023-04-25. "tests/pytest_tests/unit_tests/test_metaflow.py" + # Requires tensorflow which is broken as of 2023-09-03 + "tests/pytest_tests/unit_tests/test_keras.py" + # See https://github.com/wandb/wandb/issues/5423 "tests/pytest_tests/unit_tests/test_docker.py" "tests/pytest_tests/unit_tests/test_library_public.py"