Skip to content

Commit

Permalink
Lift protobuf restriction to allow onnx 1.14 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored and horheynm committed Jul 6, 2023
1 parent 05d37d9 commit 606c84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _parse_requirements_file(file_path):
"pydantic>=1.8.2,<2.0.0",
"requests>=2.0.0",
"tqdm>=4.0.0",
"protobuf>=3.12.2,<=3.20.1",
"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_base}"]
Expand Down

0 comments on commit 606c84a

Please sign in to comment.