Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit c0103e7

Browse files
authored
Relax click dependency (#1024) (#1025)
click~=8.0
1 parent 2215645 commit c0103e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"toposort>=1.0",
5252
"GPUtil>=1.4.0",
5353
"protobuf>=3.12.2,<4",
54-
"click==8.0",
54+
"click~=8.0.0",
5555
]
5656
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_nm_deps}"]
5757
_deepsparse_deps = [

0 commit comments

Comments
 (0)