Skip to content

Commit

Permalink
[instructor] Fix osx install (#34)
Browse files Browse the repository at this point in the history
* fix osx install

* Update pyproject.toml
  • Loading branch information
masci authored Oct 11, 2023
1 parent 6a15a66 commit 61c1a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
from instructor_embedders.instructor_document_embedder import InstructorDocumentEmbedder
from instructor_embedders.instructor_text_embedder import InstructorTextEmbedder

__all__ = ["InstructorDocumentEmbedder", "InstructorTextEmbedder"]
3 changes: 1 addition & 2 deletions components/instructor-embedders/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
# Commenting some of them to not interfere with the dependencies of Haystack.
#"transformers==4.20.0",
"datasets>=2.2.0",
"pyarrow==8.0.0",
#"pyarrow==8.0.0",
"jsonlines",
"numpy",
"requests>=2.26.0",
Expand Down Expand Up @@ -137,4 +137,3 @@ log_cli = true

[tool.black]
line-length = 120

0 comments on commit 61c1a5c

Please sign in to comment.