abinit / abipy

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

Replace pkg_resources with packaging #292

Closed GkAntonius closed 2 months ago

GkAntonius commented 2 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 2 months ago

Thanks for the PR