Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stac-geoparquet 0.6 deltalake dependency requires python<=3.12 #81

Open
scottyhq opened this issue Oct 29, 2024 · 0 comments
Open

stac-geoparquet 0.6 deltalake dependency requires python<=3.12 #81

scottyhq opened this issue Oct 29, 2024 · 0 comments

Comments

@scottyhq
Copy link
Contributor

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:

Dependencies:
 - pyarrow >=16
 - pyarrow-hotfix
 - python >=3.12,<3.13.0a0
 - python >=3.12,<3.13.0a0 *_cpython
 - python_abi 3.12.* *_cp312
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant