Skip to content

Commit

Permalink
Remove protobuf version restriction to support new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Apr 4, 2024
1 parent e5d2fc4 commit 4640a83
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 @@ -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}"]
Expand Down

0 comments on commit 4640a83

Please sign in to comment.