Clay-foundation / model

The Clay Foundation Model (in development)
https://clay-foundation.github.io/model/
Apache License 2.0
346 stars 44 forks source link

Unpin timm and pyarrow #310

Open weiji14 opened 2 months ago

weiji14 commented 2 months ago

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.