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

Fix dependency version conflict #432

Merged
merged 2 commits into from
Jan 11, 2022
Merged

Fix dependency version conflict #432

merged 2 commits into from
Jan 11, 2022

Conversation

andersy005
Copy link
Member

@andersy005 andersy005 commented Jan 11, 2022

Change Summary

Fixes Upstream CI failures due to version conflicts:

  Requirement already satisfied: decorator>4.1.2 in /usr/share/miniconda3/envs/intake-esm-dev/lib/python3.9/site-packages (from gcsfs==2021.11.1+1.g2dc256b->-r /home/runner/work/intake-esm/intake-esm/ci/condaenv.odj_tsvw.requirements.txt (line 3)) (5.1.1)
  INFO: pip is looking at multiple versions of intake to determine which version is compatible with other requirements. This could take a while.
  INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
  INFO: pip is looking at multiple versions of fsspec to determine which version is compatible with other requirements. This could take a while.
  
  The conflict is caused by:
      The user requested fsspec 2022.1.0 (from git+intake/filesystem_spec.git)
      The user requested fsspec>=0.8.0
      intake 0.6.5 depends on fsspec>=2021.7.0
      gcsfs 2021.11.1+1.g2dc256b depends on fsspec==2021.11.1
  
  To fix this you could try to:
  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict
  

Related issue number

Checklist

  • Unit tests for the changes exist
  • Tests pass on CI
  • Documentation reflects the changes where applicable

@andersy005 andersy005 added dependencies Pull requests that update a dependency file CI labels Jan 11, 2022
@andersy005 andersy005 merged commit 57dc29a into main Jan 11, 2022
@andersy005 andersy005 deleted the fix-upstream-ci branch January 11, 2022 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant