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

Drop use of pkg_resources and specify dependencies in pyproject.toml #353

Merged
merged 9 commits into from
Apr 14, 2023

Conversation

sebp
Copy link
Owner

@sebp sebp commented Apr 12, 2023

  • Replace us of pkg_resources with importlib.metadata and importlib_resources (importlib.resources with Python >= 3.9).
  • Move all dependencies that were scattered across multiple files to pyproject.toml.
  • Require pandas <2.0.

@sebp sebp force-pushed the drop-pkg_resources branch 7 times, most recently from 8fa2cc1 to ea1b55a Compare April 14, 2023 12:22
@sebp sebp merged commit b395a85 into master Apr 14, 2023
@sebp sebp deleted the drop-pkg_resources branch April 14, 2023 22:52
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.

None yet

1 participant