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

fix: replace pkg_resources with importlib #563

Merged
merged 6 commits into from
Sep 8, 2024
Merged

Commits on Sep 8, 2024

  1. fix: replace pkg_resources with importlib in std

    Signed-off-by: Keming <kemingy94@gmail.com>
    kemingy committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    067ccad View commit details
    Browse the repository at this point in the history
  2. detect py version when import

    Signed-off-by: Keming <kemingy94@gmail.com>
    kemingy committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d8a6b9d View commit details
    Browse the repository at this point in the history
  3. skip mixin test for 3.13

    Signed-off-by: Keming <kemingy94@gmail.com>
    kemingy committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    bae60da View commit details
    Browse the repository at this point in the history
  4. fix py dependencies

    Signed-off-by: Keming <kemingy94@gmail.com>
    kemingy committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8262f34 View commit details
    Browse the repository at this point in the history
  5. move numpy to mixin requirements

    Signed-off-by: Keming <kemingy94@gmail.com>
    kemingy committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2d6ae59 View commit details
    Browse the repository at this point in the history
  6. fix numpy to <2 since pyarrow requires numpy1.x

    Signed-off-by: Keming <kemingy94@gmail.com>
    kemingy committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    80c04e6 View commit details
    Browse the repository at this point in the history