From 9769fa6aeb06c4df2b618018f58f6e93d41fffac Mon Sep 17 00:00:00 2001 From: GabrielSCabrera Date: Sat, 11 Nov 2023 01:11:29 +0100 Subject: [PATCH] Fix dependencies in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 681984b..883e293 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "azure-cognitiveservices-speech", "numpy", "uuid6", - "protobuf=3.20.2", + 'protobuf = "3.20.2"', "nltk", "spacy", # # Cannot add specific URLs to dependencies in PyPI, so this is commented out, but it works otherwise.