CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
215 stars 34 forks source link

Remove Pandas upper version limit, bump testing versions #175

Closed BryanCutler closed 3 years ago

BryanCutler commented 3 years ago

@frreiss now that #172 is merged, this removes the Pandas upper version cap in requirements, and bumps CI testing to the latest 2 minor versions of Pandas. This is so we can begin testing against the most recent versions.

frreiss commented 3 years ago

LGTM.