yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.27k stars 1.35k forks source link

Add wheels to PyPI? #544

Open xuf12 opened 5 months ago

xuf12 commented 5 months ago

Just ran into an issue when trying to install pyod with micropip because it didn't have pure Python wheels (or any wheels in this case) on PyPI. I built a pure Python wheel pyod-1.1.2-py3-none-any.whl from source rather easily and I wonder whether you'd consider uploading wheels to PyPI? Thank you!