Skip to content

Commit

Permalink
Lift protobuf restriction to allow onnx 1.14 (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Jun 27, 2023
1 parent 4a4b324 commit e1c1177
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 @@ -52,7 +52,7 @@
"tqdm>=4.0.0",
"toposort>=1.0",
"GPUtil>=1.4.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_nm_deps}"]
Expand Down

0 comments on commit e1c1177

Please sign in to comment.