The tabulate package [is pinned](https://github.com/pyinvoke/invocations/blob/8a277c304dd7aaad03888ee42d811c468e7fb37d/setup.py#L22) to `==0.7.5` which is a version released back in 2015. Is it possible to change the restraint to `>=0.7.5`? I'm using the `databricks-cli` package which has a pin that requires `>=0.7.7`. As far as I can tell, there is no breaking changes since `0.7.5`. Thanks!