summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ainsworth <skainsworth@gmail.com>2023-02-08 14:10:24 -0800
committerSamuel Ainsworth <skainsworth@gmail.com>2023-02-08 14:10:24 -0800
commitb2336a910aba837f1a17a52fa14af1321c2ca2bc (patch)
tree7a1a797144359c738536b901afd03c4f21d3b825
parentpython3Packages.apache-beam: 2.43.0 -> 2.44.0 (diff)
downloadnixpkgs-b2336a910aba837f1a17a52fa14af1321c2ca2bc.tar.gz
python3Packages.apache-beam: relaxing pyarrow dep no longer necessary
-rw-r--r--pkgs/development/python-modules/apache-beam/default.nix1
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