Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[instructor] Fix osx install #34

Merged
merged 2 commits into from
Oct 11, 2023
Merged

[instructor] Fix osx install #34

merged 2 commits into from
Oct 11, 2023

Conversation

masci
Copy link
Contributor

@masci masci commented Oct 10, 2023

The pinned version of pyarrow can't install on OSX. Removing the pin still works, not sure if we want to test the package in other environments to confirm.

Also exported the embedders in the root package for convenience.

@masci masci requested a review from a team as a code owner October 10, 2023 20:21
@masci masci requested review from julian-risch and anakin87 and removed request for a team October 10, 2023 20:21
Copy link
Member

@anakin87 anakin87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a strange pin, copied from the original Instructor requirements...

After a check, I'm quite sure this dependency is not needed.
In fact, datasets already installs it:
https://github.com/huggingface/datasets/blob/7d357eb4b499cd530c3f4e626f2825a50ee6c8aa/setup.py#L114
(and pyarrow is never used directly in the InstructorEmbedding package)

I would remove/comment the dependency.

@masci masci requested a review from anakin87 October 11, 2023 06:01
Copy link
Member

@anakin87 anakin87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@anakin87 anakin87 merged commit 61c1a5c into main Oct 11, 2023
1 check passed
@anakin87 anakin87 deleted the instructor branch October 11, 2023 07:53
ElenaKusevska added a commit to Anant/haystack-core-integrations that referenced this pull request Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants