Open tinycogio opened 1 year ago
The tabulate package is pinned to ==0.7.5 which is a version released back in 2015.
==0.7.5
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.
>=0.7.5
databricks-cli
>=0.7.7
As far as I can tell, there is no breaking changes since 0.7.5.
0.7.5
Thanks!
Hey!
Yeah had the same thing with django-query-capture, depends on tabulate (>=0.8.9,<0.9.0). I've just opened PR #35 I hope @bitprophet has time to have a look at it.
The tabulate package is pinned 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 thedatabricks-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!