zealberth / lssvr

Least Squares Support Vector Regression
MIT License
57 stars 21 forks source link

[feature] Add Poetry as dependency management system and packaging #2

Closed omadson closed 4 years ago

omadson commented 4 years ago

So, I verified that you do not use any requirements.txt file or even a pyproject.toml file.

To make your code more easily reproducible, I thought about contributing to your project adding a setup using poetry. Besides that, using poetry, you can create .whl files and distribute your package.

To solve this issue, the following points need to be resolved: