DHI / tsod

Anomaly Detection for time series data
https://dhi.github.io/tsod
MIT License
160 stars 18 forks source link

Fix dependences versions. Remove annotation tool #49

Closed charalamm closed 9 months ago

charalamm commented 9 months ago

@ecomodeller How about now? I guess restricting old major versions is needed, since there is a high chance they include breaking changes? I have also changed pandas assignments lines in tsod/detectors.py to fix some warining the tests was giving.

ecomodeller commented 9 months ago

@ecomodeller How about now? I guess restricting old major versions is needed, since there is a high chance they include breaking changes? I have also changed pandas assignments lines in tsod/detectors.py to fix some warining the tests was giving.

Well, pandas v2 was released earlier this year. I would be surprised if it actually needs v2.

charalamm commented 9 months ago

@ecomodeller how about now?