daleroberts / hdmedians

High-dimensional medians (medoid, geometric median, etc.). Fast implementations in Python.
Apache License 2.0
71 stars 15 forks source link

Use oldest-supported-numpy as build dependency #8

Closed lrvdijk closed 3 years ago

lrvdijk commented 3 years ago

Fixes incompatible numpy versions build vs runtime, as NumPy v1.20 is binary incompatible with older versions.

See https://github.com/pypa/pip/issues/9542

daleroberts commented 3 years ago

Thanks!

lrvdijk commented 3 years ago

Thanks for merging!

Any chance you could make new release so that packages dependent on hdmedians work after install again?

daleroberts commented 3 years ago

I've uploaded a new version to pypi: hdmedians 0.14.2