jupyter-xeus / xeus-python-wheel

Building a PyPI wheel for xeus-python
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

Remove upper bounds in pyproject.toml #109

Open JohanMabille opened 1 year ago

JohanMabille commented 1 year ago

Currently we have upper bounds for packaging and scikit-build. Removing the upper bound on packaging leads to python not finding scikit-build and a build failure (even if we relax the constraint on scikit-build).

We should investigate which combination of build packages works and try to upgrade to the latest ones.