ML4ITS / TimeVQVAE-AnomalyDetection

[official] PyTorch implementation of TimeVQVAE-AD, a time series anomaly detection model.
MIT License
42 stars 9 forks source link

Modifies requirements.txt #5

Closed daniel-mannion closed 1 month ago

daniel-mannion commented 1 month ago

The latest version of numpy 2.0.0 is not compatible with this codebase. I've specified the previous version before this is installed 1.26.4 which is compatible. Also, torchtune is added as a requirement which was missing. Refers to issue: #4