From f68fea2b6f67422626b20b5856d2bb1ddda86b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 9 Feb 2023 15:54:40 -0800 Subject: [PATCH] Revert "python310Packages.flax: mark broken" This reverts commit b200b3f2d7130e8002551509e3345891d080ca86. --- pkgs/development/python-modules/flax/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/flax/default.nix b/pkgs/development/python-modules/flax/default.nix index 0d4acac27e1b..12b340639f79 100644 --- a/pkgs/development/python-modules/flax/default.nix +++ b/pkgs/development/python-modules/flax/default.nix @@ -87,8 +87,5 @@ buildPythonPackage rec { homepage = "https://github.com/google/flax"; license = licenses.asl20; maintainers = with maintainers; [ ndl ]; - # Py3.10 requires orbax, tensorstore which needs packaging - # Py3.11 requires tensorboard, which is unsupported at py3.11 atm - broken = true; # At 2023-02-05 }; }