benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.57k stars 612 forks source link

Use scikit-build>=0.13.1 #549

Closed benfred closed 2 years ago

benfred commented 2 years ago

We were using the latest git version of scikit-build, since the 0.12 release didn't have support for docstrings in cython.

Now that scikit-build 0.13 is out, this is no longer necessary. switch to using the stable release version.