diff options
| author | Samuel Ainsworth <skainsworth@gmail.com> | 2023-02-08 14:10:24 -0800 |
|---|---|---|
| committer | Samuel Ainsworth <skainsworth@gmail.com> | 2023-02-08 14:10:24 -0800 |
| commit | b2336a910aba837f1a17a52fa14af1321c2ca2bc (patch) | |
| tree | 7a1a797144359c738536b901afd03c4f21d3b825 | |
| parent | python3Packages.apache-beam: 2.43.0 -> 2.44.0 (diff) | |
| download | nixpkgs-b2336a910aba837f1a17a52fa14af1321c2ca2bc.tar.gz | |
python3Packages.apache-beam: relaxing pyarrow dep no longer necessary
| -rw-r--r-- | pkgs/development/python-modules/apache-beam/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/apache-beam/default.nix b/pkgs/development/python-modules/apache-beam/default.nix index 3333948e7cc1..32fec0fff0f8 100644 --- a/pkgs/development/python-modules/apache-beam/default.nix +++ b/pkgs/development/python-modules/apache-beam/default.nix @@ -71,7 +71,6 @@ buildPythonPackage rec { # See https://github.com/NixOS/nixpkgs/issues/156957 "dill" "numpy" - "pyarrow" "pymongo" # See https://github.com/NixOS/nixpkgs/issues/193613 |
