Skip to content

Commit

Permalink
Relax click dependency (#1024) (#1025)
Browse files Browse the repository at this point in the history
click~=8.0
  • Loading branch information
kylesayrs committed Aug 24, 2022
1 parent 2215645 commit c0103e7
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 @@ -51,7 +51,7 @@
"toposort>=1.0",
"GPUtil>=1.4.0",
"protobuf>=3.12.2,<4",
"click==8.0",
"click~=8.0.0",
]
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_nm_deps}"]
_deepsparse_deps = [
Expand Down

0 comments on commit c0103e7

Please sign in to comment.