From 4640a83034eedc5214f79a804bdf14c2f0fe9b14 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Thu, 4 Apr 2024 14:42:42 -0400 Subject: [PATCH] Remove protobuf version restriction to support new versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 233618fc418..4c98adbc735 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "tqdm>=4.0.0", "toposort>=1.0", "GPUtil>=1.4.0", - "protobuf>=3.12.2,<=3.20.3", + "protobuf>=3.12.2", "click>=7.1.2,!=8.0.0", # latest version < 8.0 + blocked version with reported bug ] _nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_nm_deps}"]