Skip to content

Commit

Permalink
Fix ci tests env
Browse files Browse the repository at this point in the history
fix error    libmamba Could not solve for environment specs
      The following packages are incompatible
      ├─ fsspec 2024.9.0*  is requested and can be installed;
      └─ s3fs 2024.6.1*  is not installable because it requires
         └─ fsspec 2024.6.1 , which conflicts with any installable versions previously reported.
  critical libmamba Could not solve for environment specs
  • Loading branch information
gmaze committed Sep 25, 2024
1 parent 0dc9834 commit 919484e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py3.10-all-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- aiohttp = 3.10.5
- decorator = 5.1.1
- erddapy = 2.2.3
- fsspec = 2024.9.0
- fsspec = 2024.6.1
- netCDF4 = 1.7.1
- packaging = 24.1
- requests = 2.32.3
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py3.10-core-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- aiohttp = 3.10.5
- decorator = 5.1.1
- erddapy = 2.2.3
- fsspec = 2024.9.0
- fsspec = 2024.6.1
- netCDF4 = 1.7.1
- packaging = 24.1
- requests = 2.32.3
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/py3.9-all-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- aiohttp = 3.10.5
- decorator = 5.1.1
- erddapy = 2.2.0
- fsspec = 2024.9.0
- fsspec = 2024.6.1
- netCDF4 = 1.7.1
- packaging = 24.1
- requests = 2.32.3
Expand All @@ -19,7 +19,7 @@ dependencies:
# EXT.UTIL:
- boto3 = 1.35.22
- gsw = 3.6.19
- s3fs = 0.4.2
- s3fs > 2023.12.12
- tqdm = 4.66.5
- zarr = 2.18.2

Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/py3.9-core-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- aiohttp = 3.10.5
- decorator = 5.1.1
- erddapy = 2.2.0
- fsspec = 2024.9.0
- fsspec = 2024.6.1
- netCDF4 = 1.7.1
- packaging = 24.1
- requests = 2.32.3
Expand All @@ -19,7 +19,7 @@ dependencies:
# EXT.UTIL:
# - boto3 = 1.35.22
# - gsw = 3.6.19
# - s3fs = 0.4.2
# - s3fs > 2023.12.12
# - tqdm = 4.66.5
# - zarr = 2.18.2

Expand Down

0 comments on commit 919484e

Please sign in to comment.