Skip to content

Commit

Permalink
python310Packages.apache-beam: mark as broken
Browse files Browse the repository at this point in the history
apache-beam has no compatibility with pandas>=2
see apache/beam#27221
  • Loading branch information
natsukium committed Aug 17, 2023
1 parent ebcaf19 commit 728dff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/apache-beam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 728dff5

Please sign in to comment.