about summary refs log tree commit diff
path: root/pkgs/development
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 /pkgs/development
parentf9b7e743fe715262064ac9e838891d6ee9ef32c2 (diff)
python3Packages.apache-beam: relaxing pyarrow dep no longer necessary
Diffstat (limited to 'pkgs/development')
-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 3333948e7cc1c..32fec0fff0f85 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