Skip to content

Commit

Permalink
Raise minimum version of protobuf to 3.12.2 (0.10 cherrypick) (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Jan 24, 2022
1 parent b24c34d commit 8089177
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@
# File regexes for binaries to include in package_data
binary_regexes = ["*/*.so", "*/*.so.*", "*.bin", "*/*.bin"]

_deps = ["numpy>=1.16.3", "onnx>=1.5.0,<=1.10.1", "requests>=2.0.0", "tqdm>=4.0.0"]
_deps = [
"numpy>=1.16.3",
"onnx>=1.5.0,<=1.10.1",
"requests>=2.0.0",
"tqdm>=4.0.0",
"protobuf>=3.12.2",
]
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_base}"]
_dev_deps = [
"beautifulsoup4==4.9.3",
Expand Down

0 comments on commit 8089177

Please sign in to comment.