check_build_prereqs#

scikitplot.cython.check_build_prereqs(*, numpy=False)[source]#

Check whether build prerequisites are importable.

Parameters:
numpybool, default=False

If True, also check NumPy availability.

Returns:
dict[str, Any]

A dict with keys: cython, setuptools, numpy (optional).

Parameters:

numpy (bool)

Return type:

dict[str, Any]