scikit-learn-contrib / sklearn-ann

Integration with (approximate) nearest neighbors libraries for scikit-learn + clustering based on with kNN-graphs.
https://sklearn-ann.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Unpin dependencies #11

Closed flying-sheep closed 1 year ago

flying-sheep commented 1 year ago

It’s a bad idea to add an upper bound to dependencies unless there is a known incompatibility: https://iscinumpy.dev/post/bound-version-constraints/

This PR adds a test run that makes sure that newer version of the dependencies also work