From 919484e86ef57c8ed3a8009a1b9d6ed8e1104684 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Wed, 25 Sep 2024 11:37:21 +0200 Subject: [PATCH] Fix ci tests env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ci/requirements/py3.10-all-pinned.yml | 2 +- ci/requirements/py3.10-core-pinned.yml | 2 +- ci/requirements/py3.9-all-pinned.yml | 4 ++-- ci/requirements/py3.9-core-pinned.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/requirements/py3.10-all-pinned.yml b/ci/requirements/py3.10-all-pinned.yml index 6983f38b..e56eb62e 100644 --- a/ci/requirements/py3.10-all-pinned.yml +++ b/ci/requirements/py3.10-all-pinned.yml @@ -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 diff --git a/ci/requirements/py3.10-core-pinned.yml b/ci/requirements/py3.10-core-pinned.yml index 21d23f30..23c48caa 100644 --- a/ci/requirements/py3.10-core-pinned.yml +++ b/ci/requirements/py3.10-core-pinned.yml @@ -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 diff --git a/ci/requirements/py3.9-all-pinned.yml b/ci/requirements/py3.9-all-pinned.yml index 543790fa..f6153c70 100644 --- a/ci/requirements/py3.9-all-pinned.yml +++ b/ci/requirements/py3.9-all-pinned.yml @@ -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 @@ -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 diff --git a/ci/requirements/py3.9-core-pinned.yml b/ci/requirements/py3.9-core-pinned.yml index 7c235caa..ef069473 100644 --- a/ci/requirements/py3.9-core-pinned.yml +++ b/ci/requirements/py3.9-core-pinned.yml @@ -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 @@ -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