abinit / abipy

Open-source library for analyzing the results produced by ABINIT
http://abinit.github.io/abipy
Other
117 stars 96 forks source link

Replace pkg_resources with packaging #292

Closed GkAntonius closed 4 months ago

GkAntonius commented 4 months ago

Summary

pkg_resources is deprecated, and was used in abipy for the function parse_version. Replace this function with packaging.version.parse.

gmatteo commented 4 months ago

Thanks for the PR