Is your feature request related to a problem? Please describe.
Describe the solution you'd like
I know it is an age old debate, but depending on how geopandas is used in this library, it seems reasonable to either drop the upper version limit or change to geopandas>=1.0,<2 for long term stability.
Additional context
https://github.com/geopandas/geopandas/releases/tag/v1.0.0
Trying to make snowexsql with other packages on Cryocloud JupyterHub (CryoInTheCloud/hub-image#121)
Is your feature request related to a problem? Please describe.
snowexsql/requirements.txt
Line 3 in 830fa76
Describe the solution you'd like
I know it is an age old debate, but depending on how geopandas is used in this library, it seems reasonable to either drop the upper version limit or change to
geopandas>=1.0,<2for long term stability.Additional context
https://github.com/geopandas/geopandas/releases/tag/v1.0.0
Trying to make snowexsql with other packages on Cryocloud JupyterHub (CryoInTheCloud/hub-image#121)