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

Partially work around pending deprecation of pkg_resources #12368

Merged
merged 8 commits into from
Mar 6, 2023

Commits on Mar 6, 2023

  1. Handle deprecation of pkg_resources

    * Replace `pkg_resources` with `importlib_metadata` for `spacy info
    --url`
    * Remove requirements check from `spacy project` given the lack of
    alternatives
    adrianeboyd committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    586ec16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e106e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa04172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c7fdf View commit details
    Browse the repository at this point in the history
  5. Format

    adrianeboyd committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3340ba3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daf8ae4 View commit details
    Browse the repository at this point in the history
  7. Fix except

    adrianeboyd committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    24bfc9a View commit details
    Browse the repository at this point in the history
  8. Fix return

    adrianeboyd committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3e63ba1 View commit details
    Browse the repository at this point in the history