google-cloud-sdk: add numpy dependency for IAP performances. (#206105)

For more information see:
https://cloud.google.com/iap/docs/using-tcp-forwarding#increasing_the_tcp_upload_bandwidth
This commit is contained in:
Djabx 2022-12-27 14:21:53 +01:00 committed by GitHub
parent a7ab23a022
commit 32abeeae5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ let
cryptography
openssl
crcmod
numpy
] ++ lib.optional (with-gce) google-compute-engine);
data = import ./data.nix { };