Skip to content

Commit

Permalink
style fix setup.py (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored Jun 17, 2024
1 parent 4a2fcd9 commit 813033e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@
"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'}>=1.7.0"]
_deepsparse_deps = [
f"{'deepsparse' if is_release else 'deepsparse-nightly'}>=1.7.0"
]
_deepsparse_deps = [f"{'deepsparse' if is_release else 'deepsparse-nightly'}>=1.7.0"]
_deepsparse_ent_deps = ["deepsparse-ent>=1.7.0"]

_onnxruntime_deps = ["onnxruntime>=1.0.0"]
Expand Down

0 comments on commit 813033e

Please sign in to comment.