thinkingmachines / geowrangler

🌏 A python package for wrangling geospatial datasets
https://geowrangler.thinkingmachin.es/
MIT License
47 stars 14 forks source link

Support for Pandas 2.x in requirements #221

Closed joshuacortez closed 3 months ago

joshuacortez commented 8 months ago

Pandas 2.x has been out for a while. The last time Pandas 1.x was updated was Jan 2023.

In the pyproj.toml file there's still a hard dependency for pandas to be <2. Could we loosen this restriction to accommodate for Pandas 2.x?

tm-danna-ang commented 3 months ago

Addressed in #224