From 8a10e46ba5ac2d176b661e4b368e9e65540c8c39 Mon Sep 17 00:00:00 2001 From: Nick Clarke Date: Wed, 20 Mar 2024 08:59:30 +0000 Subject: [PATCH] Fixed protobuf in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3b23b3439f..b367dac98a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = pandas attrs dataclasses ; python_version < '3.7' - protobuf >=3.5.0.post1 < 5 # Per https://github.com/grpc/grpc/blob/v1.45.3/requirements.txt + protobuf >=3.5.0.post1, < 5 # Per https://github.com/grpc/grpc/blob/v1.45.3/requirements.txt msgpack pyyaml packaging