Skip to content

Conversation

@samuela
Copy link

@samuela samuela commented Jun 16, 2025

The dependency on pip apparently comes via spacy, but spacy is only an optional dependency in some languages settings. Therefore, we don't need to require it for all installations. Pip is a large and unwieldy dependency, so better to avoid requiring all installations to install it.

There are no instances of pip being used within misaki itself: https://github.com/search?q=repo%3Ahexgrad%2Fmisaki%20pip&type=code

The dependency on pip apparently comes via spacy, but spacy is only an optional dependency in some languages settings. Therefore, we don't need to require it for all installations. Pip is a large and unwieldy dependency, so better to avoid requiring all installations to install it.
@thewh1teagle
Copy link
Contributor

It's important, see the comment there... it's there for a reason. at least we should keep it for [en] feature flag

@samuela
Copy link
Author

samuela commented Jun 23, 2025

In that case it should be included in the en optional dependencies

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