You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this will work itself out soon, but I was very confused about why I had an older version of stac-geoparquet in a new environment. Specifically, a new python 3.13 environment will install version 0.4.1 instead of 0.6 mamba create -n test python=3.13 stac-geoparquet --dry-run .
Looks like this is due to the introduction of the deltalake dependency:
I think this will work itself out soon, but I was very confused about why I had an older version of stac-geoparquet in a new environment. Specifically, a new python 3.13 environment will install version 0.4.1 instead of 0.6
mamba create -n test python=3.13 stac-geoparquet --dry-run
.Looks like this is due to the introduction of the
deltalake
dependency:The text was updated successfully, but these errors were encountered: