stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction
Apache License 2.0
1.63k stars 214 forks source link

Bump python version due to lack of support for 3.6.0 from Pandas. Fix… #286

Closed robertsont closed 2 years ago

robertsont commented 2 years ago

… pylint issue.

See #285.

As a further note, pylint, a dev dependency of this project now only supports python versions 3.6.2 and greater. It might be worth bumping the min version to 3.6.2 rather than just 3.6.1.