microsoft / sqlmlutils

Utility functions for easier usage of SQL Server Machine Learning Services
Other
32 stars 33 forks source link

Set max wheel version for pep425tags #83

Closed JonathanZhu11 closed 3 years ago

JonathanZhu11 commented 3 years ago

wheel removed pep425tags from their most recent version, and we still need it. We have a much bigger change that we need to make, moving to packaging instead, but for now this is a workaround.

We also use sysconfig instead of wheel for get_platform because they keep changing their function arguments.