Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Oct 18, 2023
1 parent 593bb0b commit 05cdb9c
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 @@ -152,9 +152,7 @@ def _parse_requirements_file(file_path):
"scikit-learn",
"seqeval",
]
_sentence_transformers_integration_deps = [
"optimum-deepsparse @ git://github.com/neuralmagic/optimum-deepsparse.git"
] + _torch_deps
_sentence_transformers_integration_deps = ["optimum-deepsparse"] + _torch_deps

# haystack dependencies are installed from a requirements file to avoid
# conflicting versions with NM's deepsparse/transformers
Expand Down

0 comments on commit 05cdb9c

Please sign in to comment.