Skip to content

Commit

Permalink
Update upstream deps for python 3.10 env
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Oct 16, 2024
1 parent 4243695 commit ff0b664
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 39 deletions.
1 change: 1 addition & 0 deletions ci/requirements/py3.10-all-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ dependencies:
# PIP:
- pip:
- pytest-reportlog
# - git+https://github.com/umr-lops/dask-hpcconfig.git#egg=dask-hpcconfig
38 changes: 19 additions & 19 deletions ci/requirements/py3.10-all-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions ci/requirements/py3.10-core-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
# EXT.UTIL:
# - boto3
# - gsw
# - s3fs
# - s3fs > 2023.12.12
# - tqdm
# - zarr

Expand Down Expand Up @@ -58,4 +58,5 @@ dependencies:

# PIP:
- pip:
- pytest-reportlog
- pytest-reportlog
# - git+https://github.com/umr-lops/dask-hpcconfig.git#egg=dask-hpcconfig
37 changes: 19 additions & 18 deletions ci/requirements/py3.10-core-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- pytest-reportlog == 0.4.0
# - git+https://github.com/umr-lops/dask-hpcconfig.git#egg=dask-hpcconfig

0 comments on commit ff0b664

Please sign in to comment.