From a50ddf30173d4e66ba1a54523487558bf74920e0 Mon Sep 17 00:00:00 2001 From: GabrielSCabrera Date: Sat, 11 Nov 2023 01:12:32 +0100 Subject: [PATCH] Actually fixed the problem this time... I hope --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 883e293..dd22ca7 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.