Describe the bug
Current install with uma optional dependencies is not possible due to setuptools package changes in the recent versions.
To Reproduce
Install the package directly into fresh Python environment with Python=3.11 and setuptools=82.0.0
Additional context
Make sure you change the pyproject.toml to have some upper boundary on the version of setuptools when the deprecation of pkg_resources didn't take place. Alternatively, change the scripts to reflect this change in setuptools.
Describe the bug
Current install with uma optional dependencies is not possible due to setuptools package changes in the recent versions.
To Reproduce
Install the package directly into fresh Python environment with
Python=3.11andsetuptools=82.0.0Additional context
Make sure you change the
pyproject.tomlto have some upper boundary on the version of setuptools when the deprecation ofpkg_resourcesdidn't take place. Alternatively, change the scripts to reflect this change in setuptools.