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

Unpin timm and pyarrow #310

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Unpin timm and pyarrow #310

wants to merge 3 commits into from

Conversation

weiji14
Copy link
Contributor

@weiji14 weiji14 commented Jul 27, 2024

Resolves some dependency conflicts reported at #309.

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package torchgeo-0.5.2-pyhd8ed1ab_0 requires segmentation-models-pytorch >=0.2, but none of the providers can be installed
  - package pylance-0.14.1-py311h6a0c370_0 requires pyarrow >=12,<15.0.1, but none of the providers can be installed

The refreshed conda-lock.yml file is generated using:

conda-lock lock --mamba --file environment.yml --with-cuda=12.0

TODO:

Fixes #309.

Since segmentation-models-pytorch=0.3.3 requires timm=0.9.2. Xref conda-forge/segmentation-models-pytorch-feedstock#22 (comment)
Use whatever is set by lancedb and pylance. Currently pylance=0.14.1 pulls in pyarrow=14.0.2.
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

Successfully merging this pull request may close these issues.

environment setup has invalid section in yaml and dependency conflicts on Ubuntu 22.04 with CUDA GPU
1 participant