matrix-profile-foundation / matrixprofile

A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
https://matrixprofile.org
Apache License 2.0
362 stars 62 forks source link

Python 3.9 support #65

Closed lmmentel closed 3 years ago

lmmentel commented 3 years ago

Tested locally that all the tests are passing against Python 3.9.1.

closes #64


Here are the steps to reproduce:

python3.9 -m venv venv
source activate venv/bin/activate
pip install -e .
pip install -r requirements.txt
pytest tests