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

Remove #egg from download URLs #12567

Merged
merged 1 commit into from May 4, 2023

Conversation

adrianeboyd
Copy link
Contributor

Description

The current URLs will become invalid in pip 25.0. According to the pip docs, the egg= URLs are currently only needed for editable VCS installs.

Types of change

Bug fix?

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.

The current URLs will become invalid in pip 25.0. According to the pip
docs, the egg= URLs are currently only needed for editable VCS installs.
@adrianeboyd adrianeboyd added the feat / cli Feature: Command-line interface label Apr 24, 2023
@adrianeboyd
Copy link
Contributor Author

This may end up requiring a bunch of backporting.

@svlandeg svlandeg merged commit dbc71ec into explosion:master May 4, 2023
14 checks passed
adrianeboyd added a commit to adrianeboyd/spaCy that referenced this pull request May 12, 2023
The current URLs will become invalid in pip 25.0. According to the pip
docs, the egg= URLs are currently only needed for editable VCS installs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / cli Feature: Command-line interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants