From 869ef38364c5c158ed3c85c3d416d4a5b441fd6d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 18 Nov 2023 16:01:24 +0100 Subject: [PATCH] Removed explicit `numpy` pip dependency in `assistant.google`. It will be installed by the other dependencies anyway. --- platypush/plugins/assistant/google/manifest.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/platypush/plugins/assistant/google/manifest.yaml b/platypush/plugins/assistant/google/manifest.yaml index fab528bca..be50d278d 100644 --- a/platypush/plugins/assistant/google/manifest.yaml +++ b/platypush/plugins/assistant/google/manifest.yaml @@ -60,7 +60,6 @@ manifest: - google-assistant-library - google-assistant-sdk[samples] - google-auth - - numpy - sounddevice after: # Uninstall old versions of packages that break things on recent versions