vc1492a / PyNomaly

Anomaly detection using LoOP: Local Outlier Probabilities, a local density based outlier detection method providing an outlier score in the range of [0,1].

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update continuous integration to test against Python 3.9

vc1492a opened this issue · comments

As we get closer to a release of Python 3.9, it would be prudent to go ahead and begin testing the new version. Travis CI - the continuous integration service used by PyNomaly - seems to be offering support for current Python 3.9 builds.

The Python 3.9-dev (nightly) available via Travis-CI results in an error when installing the required numpy package, see this build.

This issue will be marked as on-hold until a stable release of Python 3.9 is provided to the community.