From 728dff52cf312910cbdfa8aca41ee78aea5446da Mon Sep 17 00:00:00 2001 From: natsukium Date: Thu, 17 Aug 2023 14:29:24 +0900 Subject: python310Packages.apache-beam: mark as broken apache-beam has no compatibility with pandas>=2 see https://github.com/apache/beam/issues/27221 --- pkgs/development/python-modules/apache-beam/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/apache-beam') diff --git a/pkgs/development/python-modules/apache-beam/default.nix b/pkgs/development/python-modules/apache-beam/default.nix index c8bd564697021..92a9203a93f6b 100644 --- a/pkgs/development/python-modules/apache-beam/default.nix +++ b/pkgs/development/python-modules/apache-beam/default.nix @@ -209,5 +209,7 @@ buildPythonPackage rec { homepage = "https://beam.apache.org/"; license = licenses.asl20; maintainers = with maintainers; [ ndl ]; + # https://github.com/apache/beam/issues/27221 + broken = lib.versionAtLeast pandas.version "2"; }; } -- cgit 1.4.1