civisanalytics / python-glmnet

A python port of the glmnet package for fitting generalized linear models via penalized maximum likelihood.
Other
262 stars 59 forks source link

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

Open JacobHayes opened 3 years ago

JacobHayes commented 3 years ago

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.