Use generalized version specifier to fix installation .
This fixes an issue with pip install --pre
that is used in the test-pypi package workflows.
The issue is that pip>=21 does not match the found pre-release pip==22.1b1 and therefore prevents building the wheel with scikit-build.