Skip to content

Removed dependency on importlib-metadata

Paul Erhart requested to merge 143-removed-importlib-metadata-dependency into master

As discussed here](#143 (closed)) a version restriction was imposed on importlib-metadata 920780a9, which was necessary to handle a restriction in numba. dynasor does actually not depend on importlib-metadata and for python>=3.9 the numba issue is also no longer of concern. This MR therefore removes importlib-metadata from setup.py and thereby the dependency.

The expected behavior of the installation via pip and setup.py has been confirmed using the generic python:3.9 docker image before and after the change.

Changes

  • removed importlib-metadata from setup.py

Closes #143 (closed)

Edited by Paul Erhart

Merge request reports

Loading