From 5a3105708f6c1494e3e99ca88651487d7cac3302 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Thu, 19 Sep 2024 14:15:02 +0200 Subject: [PATCH] Pin erddapy for python < 3.10 See https://github.com/ioos/erddapy/issues/359 --- ci/requirements/py3.9-all-free.yml | 2 +- ci/requirements/py3.9-core-free.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements/py3.9-all-free.yml b/ci/requirements/py3.9-all-free.yml index 8219167e5..5db5b2780 100644 --- a/ci/requirements/py3.9-all-free.yml +++ b/ci/requirements/py3.9-all-free.yml @@ -7,7 +7,7 @@ dependencies: # CORE: - aiohttp - decorator - - erddapy + - erddapy < 2.2.1 # higher versions not compatible with python < 3.10 (https://github.com/ioos/erddapy/issues/359) - fsspec - netCDF4 - packaging diff --git a/ci/requirements/py3.9-core-free.yml b/ci/requirements/py3.9-core-free.yml index c38813dea..cc3d9a9d4 100644 --- a/ci/requirements/py3.9-core-free.yml +++ b/ci/requirements/py3.9-core-free.yml @@ -7,7 +7,7 @@ dependencies: # CORE: - aiohttp - decorator - - erddapy + - erddapy < 2.2.1 # higher versions not compatible with python < 3.10 (https://github.com/ioos/erddapy/issues/359) - fsspec - netCDF4 - packaging