linkml / prefixmaps

Semantic prefix map registry
https://linkml.io/prefixmaps/
Apache License 2.0
10 stars 3 forks source link

remove importlib dependency to avoid version conflicts when adding to linkml_runtime #31

Closed sierra-moxon closed 1 year ago

sierra-moxon commented 1 year ago

tests pass in all python supported versions when installing locally, I get importlib-metadata 5.1.0

related to: https://github.com/linkml/linkml-runtime/pull/231

sierra-moxon commented 1 year ago

spoke with @pkalita-lbl and we can soften the dependency here instead of depending on another package to import it.