ww-tech / lookml-tools

Tools to handle best practices for LookML dev. Contains three tools: LookML updater, linter, and grapher
Apache License 2.0
85 stars 16 forks source link

upgrade pandas to address dependency problem #5

Closed m-deck closed 4 years ago

m-deck commented 5 years ago

There is an issue with Pandas 0.22 - it depends on a version of Numpy that won't compile against Python 3.7. Upgrading Pandas resolves the issue. Using a different Python version might also suffice but this seems like the most straightforward fix.

weightwatchers-carlanderson commented 4 years ago

Thanks for your contribution @m-deck ! This will be in the 2.0.4 release which I am pushing out now