python-wheel-build / fromager

Build your own wheels
https://pypi.org/project/fromager/
Apache License 2.0
3 stars 9 forks source link

Allow all constraint operations #171

Closed shubhbapna closed 1 month ago

shubhbapna commented 1 month ago

fixes #166

This adds support for all constraint operations. As discussed in #166, the implementation involves changes to the resolver. Since constraints are being directly passed to resolvers we don't need to construct new requirement like we were doing before to just support ==. So the previous implementation has been removed