From e70f097aee00b657ff326a89f5eb67287210e3b5 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 3 Sep 2023 00:27:17 +0900 Subject: [PATCH] python310Packages.wandb: remove tensorflow from nativeCheckInputs --- pkgs/development/python-modules/wandb/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"