hbf / miniball

Fast computation of the smallest enclosing ball of a point set, in low or moderately high dimensions.
133 stars 41 forks source link

Added numpy as a build-system requirement and updated install guide. #42

Open rasmushaugaard opened 5 months ago

rasmushaugaard commented 5 months ago

"import numpy" fails during setup if numpy i not already installed. This is fixed by adding numpy as a build system requirement.

The install readme is updated, installing miniball directly from the repo url.