gjoseph92 / geogif

Turn xarray timestacks into GIFs
https://geogif.readthedocs.io/
MIT License
86 stars 5 forks source link

please remove python version limit #8

Closed espiritocz closed 2 years ago

espiritocz commented 2 years ago

hi,

looks like great tool! I tried to install it using pip, but got error: ERROR: Package 'geogif-0.1.2' requires a different Python: 3.7.6 not in '>=3.8,<4.0'

could you please remove the strict dependency on python 3.7.6 ?

thank you

gjoseph92 commented 2 years ago

@espiritocz geogif requires Python 3.8 or later, which is what that error is telling you. Looks like you're using Python 3.7.6.