Skip to content

Fix invalid version definition

The recent version of packaging introduced some changes that will cause an error if wildcard is used with version comparison operators.

This fixes the potential installation issues on newer pip versions. Wildcard was redundant in version definition.

https://discuss.python.org/t/should-we-permit-with-more-comparision-operators-in-version-specifiers/22782

Edited by Andrii Kohut

Merge request reports