From ff0b664d88f950a4fe6b556e613448c67ca842b2 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Wed, 16 Oct 2024 10:25:33 +0200 Subject: [PATCH] Update upstream deps for python 3.10 env --- ci/requirements/py3.10-all-free.yml | 1 + ci/requirements/py3.10-all-pinned.yml | 38 +++++++++++++------------- ci/requirements/py3.10-core-free.yml | 5 ++-- ci/requirements/py3.10-core-pinned.yml | 37 +++++++++++++------------ 4 files changed, 42 insertions(+), 39 deletions(-) diff --git a/ci/requirements/py3.10-all-free.yml b/ci/requirements/py3.10-all-free.yml index d5150f76..ba76bbf0 100644 --- a/ci/requirements/py3.10-all-free.yml +++ b/ci/requirements/py3.10-all-free.yml @@ -59,3 +59,4 @@ dependencies: # PIP: - pip: - pytest-reportlog +# - git+https://github.com/umr-lops/dask-hpcconfig.git#egg=dask-hpcconfig diff --git a/ci/requirements/py3.10-all-pinned.yml b/ci/requirements/py3.10-all-pinned.yml index 6df46240..1832cfb5 100644 --- a/ci/requirements/py3.10-all-pinned.yml +++ b/ci/requirements/py3.10-all-pinned.yml @@ -2,61 +2,61 @@ name: argopy-tests channels: - conda-forge dependencies: - - python = 3.10.14 + - python = 3.10 # CORE: - - aiohttp = 3.10.5 + - aiohttp = 3.10.10 - decorator = 5.1.1 - erddapy = 2.2.3 - - fsspec = 2024.6.1 + - fsspec = 2024.9.0 - netCDF4 = 1.7.1 - packaging = 24.1 - requests = 2.32.3 - scipy = 1.14.1 - - toolz = 0.12.1 - - xarray = 2024.2.0 + - toolz = 1.0.0 + - xarray = 2024.2.0 # < 2024.3 while https://github.com/pydata/xarray/issues/8909 is not solved # EXT.UTIL: - - boto3 = 1.35.22 + - boto3 = 1.35.23 - gsw = 3.6.19 - - s3fs = 2024.6.1 + - s3fs = 2024.9.0 - tqdm = 4.66.5 - zarr = 2.18.3 # EXT.PERF: - - dask = 2024.9.0 - - distributed = 2024.9.0 - - h5netcdf = 1.3.0 + - dask = 2024.9.1 + - distributed = 2024.9.1 + - h5netcdf = 1.4.0 - pyarrow = 17.0.0 # EXT.PLOT: - - IPython = 8.27.0 - - cartopy = 0.23.0 + - IPython = 8.28.0 + - cartopy = 0.24.0 - ipykernel = 6.29.5 - ipywidgets = 8.1.5 - matplotlib = 3.9.2 - - pyproj = 3.6.1 + - pyproj = 3.7.0 - seaborn = 0.13.2 # DEV: - aiofiles = 24.1.0 - - black = 24.8.0 - - bottleneck = 1.4.0 + - black = 24.10.0 + - bottleneck = 1.4.1 - cfgrib = 0.9.14.1 - cftime = 1.6.4 - codespell = 2.3.0 - flake8 = 7.1.1 - numpy = 1.26.4 - - pandas = 2.2.2 + - pandas = 2.2.3 - pip = 24.2 - pytest = 8.3.3 - pytest-cov = 5.0.0 - pytest-env = 1.1.5 - pytest-localftpserver - - setuptools = 74.1.2 + - setuptools = 75.1.0 # - sphinx = - # PIP: - pip: - - pytest-reportlog == 0.4.0 - - git+https://github.com/umr-lops/dask-hpcconfig.git#egg=dask-hpcconfig + - pytest-reportlog == 0.4.0 +# - git+https://github.com/umr-lops/dask-hpcconfig.git#egg=dask-hpcconfig diff --git a/ci/requirements/py3.10-core-free.yml b/ci/requirements/py3.10-core-free.yml index 8337ad83..9a17fcba 100644 --- a/ci/requirements/py3.10-core-free.yml +++ b/ci/requirements/py3.10-core-free.yml @@ -19,7 +19,7 @@ dependencies: # EXT.UTIL: # - boto3 # - gsw -# - s3fs +# - s3fs > 2023.12.12 # - tqdm # - zarr @@ -58,4 +58,5 @@ dependencies: # PIP: - pip: - - pytest-reportlog \ No newline at end of file + - pytest-reportlog +# - git+https://github.com/umr-lops/dask-hpcconfig.git#egg=dask-hpcconfig diff --git a/ci/requirements/py3.10-core-pinned.yml b/ci/requirements/py3.10-core-pinned.yml index 928ee174..603f9021 100644 --- a/ci/requirements/py3.10-core-pinned.yml +++ b/ci/requirements/py3.10-core-pinned.yml @@ -2,60 +2,61 @@ name: argopy-tests channels: - conda-forge dependencies: - - python = 3.10.14 + - python = 3.10 # CORE: - - aiohttp = 3.10.5 + - aiohttp = 3.10.10 - decorator = 5.1.1 - erddapy = 2.2.3 - - fsspec = 2024.6.1 + - fsspec = 2024.9.0 - netCDF4 = 1.7.1 - packaging = 24.1 - requests = 2.32.3 - scipy = 1.14.1 - - toolz = 0.12.1 - - xarray = 2024.2.0 + - toolz = 1.0.0 + - xarray = 2024.2.0 # < 2024.3 while https://github.com/pydata/xarray/issues/8909 is not solved # EXT.UTIL: -# - boto3 = 1.35.22 +# - boto3 = 1.35.23 # - gsw = 3.6.19 -# - s3fs = 2024.6.1 +# - s3fs = 2024.9.0 # - tqdm = 4.66.5 # - zarr = 2.18.3 # EXT.PERF: -# - dask = 2024.9.0 -# - distributed = 2024.9.0 -# - h5netcdf = 1.3.0 +# - dask = 2024.9.1 +# - distributed = 2024.9.1 +# - h5netcdf = 1.4.0 # - pyarrow = 17.0.0 # EXT.PLOT: -# - IPython = 8.27.0 -# - cartopy = 0.23.0 +# - IPython = 8.28.0 +# - cartopy = 0.24.0 # - ipykernel = 6.29.5 # - ipywidgets = 8.1.5 # - matplotlib = 3.9.2 -# - pyproj = 3.6.1 +# - pyproj = 3.7.0 # - seaborn = 0.13.2 # DEV: - aiofiles = 24.1.0 - - black = 24.8.0 - - bottleneck = 1.4.0 + - black = 24.10.0 + - bottleneck = 1.4.1 - cfgrib = 0.9.14.1 - cftime = 1.6.4 - codespell = 2.3.0 - flake8 = 7.1.1 - numpy = 1.26.4 - - pandas = 2.2.2 + - pandas = 2.2.3 - pip = 24.2 - pytest = 8.3.3 - pytest-cov = 5.0.0 - pytest-env = 1.1.5 - pytest-localftpserver - - setuptools = 74.1.2 + - setuptools = 75.1.0 # - sphinx = - # PIP: - pip: - - pytest-reportlog == 0.4.0 \ No newline at end of file + - pytest-reportlog == 0.4.0 +# - git+https://github.com/umr-lops/dask-hpcconfig.git#egg=dask-hpcconfig