iamDecode / sklearn-pmml-model

A library to parse and convert PMML models into Scikit-learn estimators.
BSD 2-Clause "Simplified" License
76 stars 15 forks source link

define a pyproject.toml (PEP-518) #22

Closed dgvncsz0f closed 4 years ago

dgvncsz0f commented 4 years ago

This patch creates a pyproject.toml and defines the build dependencies. This allows pip to install the build-time dependencies in case the user need to compile the native modules when installing.

References:

dgvncsz0f commented 4 years ago

Done. I've removed the version constraint from cython and adjusted the numpy to match the version declared in setup.py. How does that look?