Skip to content

pyproject.toml: remove dependency on pip#82

Open
samuela wants to merge 1 commit into
hexgrad:mainfrom
samuela:patch-1
Open

pyproject.toml: remove dependency on pip#82
samuela wants to merge 1 commit into
hexgrad:mainfrom
samuela:patch-1

Conversation

@samuela
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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