ahwillia / affinewarp

An implementation of piecewise linear time warping for multi-dimensional time series alignment
MIT License
162 stars 36 forks source link

Issue downloading affinewarp due to sklearn #22

Closed harshidapancholi closed 10 months ago

harshidapancholi commented 10 months ago

Hi there, I'm unable to properly download affinewarp, which is a dependency I need, due to the deprecation of sklearn - https://github.com/scikit-learn/sklearn-pypi-package.

Is there a workaround for this?

Thanks!

ahwillia commented 10 months ago

I just replaced sklearn -> scikit-learn in the requirements.txt file. Let me know if that fixes the issue.

harshidapancholi commented 10 months ago

It did! Thank you so much.