thinkingmachines / geowrangler

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

Allow looser version of packages. #210

Closed jtmiclat closed 1 year ago

jtmiclat commented 1 year ago

Took me a bit but caret symbol is a different if the leading version starts with 0 or 1. For packages with version number 0.*, I just pin the version using >=0.X, <1

https://python-poetry.org/docs/dependency-specification/#caret-requirements

This PR closes #209