mattjj / pyhsmm

MIT License
548 stars 173 forks source link

Include build dependencies with pyproject.toml #92

Closed tdhopper closed 5 years ago

tdhopper commented 5 years ago

Running setup.py requires future library and prefers to have Cython. The pyproject.toml file specifies those build dependencies so they are installed before pip tries to run setup.py.