arundo / adtk

A Python toolkit for rule-based/unsupervised anomaly detection in time series
https://adtk.readthedocs.io
Mozilla Public License 2.0
1.09k stars 145 forks source link

Add requirement.txt #76

Closed rpanai closed 4 years ago

rpanai commented 4 years ago

Hi, I'm trying to build a conda-forge package out of this library but I've some troubles. Do you mind to ad a requirements.txt as this? If neede I can eventually make a PR.

tailaiw commented 4 years ago

@rpanai We didn't list a requirements.txt because we list all the dependencies in setup.cfg and that is enough for pip installation. I never made conda packages before but great to hear you are adding ADTK to conda-forge. Feel free to create a requirements.txt based on the dependency list in setup.cfg and open a PR.