Skip to content

Fix click dependency issue (#13971)#13973

Open
mart-r wants to merge 2 commits into
explosion:masterfrom
mart-r:fix-click-dep-issue-13971
Open

Fix click dependency issue (#13971)#13973
mart-r wants to merge 2 commits into
explosion:masterfrom
mart-r:fix-click-dep-issue-13971

Conversation

@mart-r
Copy link
Copy Markdown

@mart-r mart-r commented May 29, 2026

This fixes issue #13971 that causes a spacy import to fail after a fresh install if/when click isn't available.

Description

This PR just adds a click dependency to requirements.txt as well as setup.cfg.
I added it to next to typer in both since that's what previously pulled it in.

Again, this is to fix #13971

Types of change

Fix of a dependency issue

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran the tests, and all new and existing tests passed.
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

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.

spacy fails to specify click as a dependency even though it is being used and thus fresh install + import fails

1 participant