compomics / DeepLC

DeepLC: Retention time prediction for (modified) peptides using Deep Learning.
https://iomics.ugent.be/deeplc
Apache License 2.0
52 stars 18 forks source link

Use importlib to get installed version #35

Closed RalfG closed 2 years ago

RalfG commented 2 years ago

If Python 3.8 or higher, use importlib.metadata instead of deprecated pkg_resources.require. Required for cx_freeze compatibility.