python-glmnet icon indicating copy to clipboard operation
python-glmnet copied to clipboard

Fix CI and add pyproject.toml to declare build time deps

Open JacobHayes opened this issue 3 years ago • 0 comments

As of PEP 518, pyproject.toml is the preferred way to specify build time dependencies. This way, pip will automatically install numpy at build time - whether building wheels or a user is installing from source.

JacobHayes avatar Apr 23 '21 04:04 JacobHayes