Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Feb 20, 2023
1 parent 3145b10 commit 91aac20
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 @@ -93,7 +93,7 @@ def _parse_requirements_file(file_path):
"protobuf>=3.12.2,<=3.20.1",
"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_base}"]
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_base}"]
_dev_deps = [
"beautifulsoup4>=4.9.3",
"black==22.12.0",
Expand Down

0 comments on commit 91aac20

Please sign in to comment.