rapidsai / dependency-file-generator

https://pypi.org/project/rapids-dependency-file-generator/
Apache License 2.0
15 stars 13 forks source link

fix: Remove dependency on pkg_resources #54

Closed bdice closed 11 months ago

bdice commented 11 months ago

Closes #53 by replacing use of pkg_resources with importlib.resources. This should fix Python 3.12 support.

ajschmidt8 commented 11 months ago

:tada: This PR is included in version 1.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: