Closed Aristarhys closed 3 years ago
@sayanchk Since now we're only bumping patch versions I think this PR should be fine for us. We need some of these updates (esp sklearn) to become compatible with python3.7+. Since 3.6 will be EOL by the end of this year we should make sure our package can still be used after that.
Note: We had a planned release for high-frequency that @sayanchk was working on. So, we just released v0.2.0 with those older patch versions so that would not cause any breaking issues. Going forward we can work on upgrading this package with newer version of python and dependent packages, so it does not block package improvements.
Even if it's not much it's kinda dangerous to blindly bump deps version as some not really respect semver or even miss any changelog file
E.g. https://www.statsmodels.org/devel/release/version0.11.html Bump from 0.10 to 0.11 should be simple but in reality it's huge
Related: