Closed benoit-cty closed 3 months ago
Following #605 this PR goal is to remove dependency to pkg_resources to support Python 3.12.
pkg_resources
We switch to native importlib and add conditional dependency for older version of Python.
importlib
We also add a conditional dependency to numpy 2 depending of the Python version.
That's why we choose to do a minor bump and not a patch.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Following #605 this PR goal is to remove dependency to
pkg_resources
to support Python 3.12.We switch to native
importlib
and add conditional dependency for older version of Python.We also add a conditional dependency to numpy 2 depending of the Python version.
That's why we choose to do a minor bump and not a patch.