Skip to content

Commit 606c84a

Browse files
mgoinhorheynm
authored andcommitted
Lift protobuf restriction to allow onnx 1.14 (#1097)
1 parent 05d37d9 commit 606c84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _parse_requirements_file(file_path):
9090
"pydantic>=1.8.2,<2.0.0",
9191
"requests>=2.0.0",
9292
"tqdm>=4.0.0",
93-
"protobuf>=3.12.2,<=3.20.1",
93+
"protobuf>=3.12.2",
9494
"click>=7.1.2,!=8.0.0", # latest version < 8.0 + blocked version with reported bug
9595
]
9696
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_base}"]

0 commit comments

Comments
 (0)