Removed dependency on importlib-metadata
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
fromsetup.py
Closes #143 (closed)
Edited by Paul Erhart