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

Commit e957f81

Browse files
authored
Added click to root dependencies (#856)
1 parent 01e1fb1 commit e957f81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"toposort>=1.0",
5151
"GPUtil>=1.4.0",
5252
"protobuf>=3.12.2,<4",
53+
"click==8.0",
5354
]
5455
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_nm_deps}"]
5556
_deepsparse_deps = [
@@ -62,7 +63,6 @@
6263
"tensorboard>=1.0",
6364
"tensorboardX>=1.0",
6465
"gputils",
65-
"click<8.1",
6666
]
6767
_pytorch_vision_deps = _pytorch_deps + ["torchvision>=0.3.0,<=0.10.1"]
6868
_tensorflow_v1_deps = ["tensorflow<2.0.0", "tensorboard<2.0.0", "tf2onnx>=1.0.0,<1.6"]
@@ -93,7 +93,6 @@
9393
"pytest-mock~=3.6.0",
9494
"flaky~=3.7.0",
9595
"sphinx-rtd-theme",
96-
"click<8.1",
9796
]
9897

9998

0 commit comments

Comments
 (0)