fix: Make sure dependency pins are working with pip install
For some reason I don't understand yet the current syntax installs importlib-metadata in version 6.6.0, which doesn't have support for python 3.7 anymore when running pip install -e ..
For some reason I don't understand yet the current syntax installs importlib-metadata in version 6.6.0, which doesn't have support for python 3.7 anymore when running pip install -e ..