Skip to content

Commit

Permalink
Relax click dependency (#611) (#612)
Browse files Browse the repository at this point in the history
click~=8.0
  • Loading branch information
kylesayrs committed Aug 24, 2022
1 parent 836e787 commit 2f89568
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 @@ -61,7 +61,7 @@ def _parse_requirements_file(file_path):
"requests>=2.0.0",
"tqdm>=4.0.0",
"protobuf>=3.12.2,<4",
"click==8.0",
"click~=8.0.0",
]
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_base}"]
_dev_deps = [
Expand Down

0 comments on commit 2f89568

Please sign in to comment.