Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v0.1.17 Bat Release 🦇 #394

Merged
merged 12 commits into from
Sep 20, 2024
Merged
Prev Previous commit
Update dev env definitions
  • Loading branch information
gmaze committed Sep 20, 2024
commit b135bfaae15fb97ce9eaa9204f57e187a0cd0a6f
2 changes: 1 addition & 1 deletion ci/requirements/py3.10-all-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: argopy-tests
channels:
- conda-forge
dependencies:
- python = 3.10.14
- python = 3.10

# CORE:
- aiohttp
Expand Down
28 changes: 14 additions & 14 deletions ci/requirements/py3.10-all-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@ dependencies:
- python = 3.10.14

# CORE:
- aiohttp = 3.10.4
- aiohttp = 3.10.5
- decorator = 5.1.1
- erddapy = 2.2.0
- fsspec = 2024.6.1
- erddapy = 2.2.3
- fsspec = 2024.9.0
- netCDF4 = 1.7.1
- packaging = 24.1
- requests = 2.32.3
- scipy = 1.14.0
- scipy = 1.14.1
- toolz = 0.12.1
- xarray = 2024.2.0

# EXT.UTIL:
- boto3 = 1.35.0
- boto3 = 1.35.22
- gsw = 3.6.19
- s3fs = 0.4.2
- tqdm = 4.66.5
- zarr = 2.18.2
- zarr = 2.18.3

# EXT.PERF:
- dask = 2024.8.1
- distributed = 2024.8.1
- dask = 2024.9.0
- distributed = 2024.9.0
- h5netcdf = 1.3.0
- pyarrow = 17.0.0

# EXT.PLOT:
- IPython = 8.26.0
- IPython = 8.27.0
- cartopy = 0.23.0
- ipykernel = 6.29.5
- ipywidgets = 8.1.3
- ipywidgets = 8.1.5
- matplotlib = 3.9.2
- pyproj = 3.6.1
- seaborn = 0.13.2
Expand All @@ -42,18 +42,18 @@ dependencies:
- aiofiles = 24.1.0
- black = 24.8.0
- bottleneck = 1.4.0
- cfgrib = 0.9.14.0
- 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
- pip = 24.2
- pytest = 8.3.2
- pytest = 8.3.3
- pytest-cov = 5.0.0
- pytest-env = 1.1.3
- pytest-env = 1.1.5
- pytest-localftpserver
- setuptools = 72.1.0
- setuptools = 74.1.2
# - sphinx = -

# PIP:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py3.10-core-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: argopy-tests
channels:
- conda-forge
dependencies:
- python = 3.10.14
- python = 3.10

# CORE:
- aiohttp
Expand Down
28 changes: 14 additions & 14 deletions ci/requirements/py3.10-core-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@ dependencies:
- python = 3.10.14

# CORE:
- aiohttp = 3.10.4
- aiohttp = 3.10.5
- decorator = 5.1.1
- erddapy = 2.2.0
- fsspec = 2024.6.1
- erddapy = 2.2.3
- fsspec = 2024.9.0
- netCDF4 = 1.7.1
- packaging = 24.1
- requests = 2.32.3
- scipy = 1.14.0
- scipy = 1.14.1
- toolz = 0.12.1
- xarray = 2024.2.0

# EXT.UTIL:
# - boto3 = 1.35.0
# - boto3 = 1.35.22
# - gsw = 3.6.19
# - s3fs = 0.4.2
# - tqdm = 4.66.5
# - zarr = 2.18.2
# - zarr = 2.18.3

# EXT.PERF:
# - dask = 2024.8.1
# - distributed = 2024.8.1
# - dask = 2024.9.0
# - distributed = 2024.9.0
# - h5netcdf = 1.3.0
# - pyarrow = 17.0.0

# EXT.PLOT:
# - IPython = 8.26.0
# - IPython = 8.27.0
# - cartopy = 0.23.0
# - ipykernel = 6.29.5
# - ipywidgets = 8.1.3
# - ipywidgets = 8.1.5
# - matplotlib = 3.9.2
# - pyproj = 3.6.1
# - seaborn = 0.13.2
Expand All @@ -42,18 +42,18 @@ dependencies:
- aiofiles = 24.1.0
- black = 24.8.0
- bottleneck = 1.4.0
- cfgrib = 0.9.14.0
- 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
- pip = 24.2
- pytest = 8.3.2
- pytest = 8.3.3
- pytest-cov = 5.0.0
- pytest-env = 1.1.3
- pytest-env = 1.1.5
- pytest-localftpserver
- setuptools = 72.1.0
- setuptools = 74.1.2
# - sphinx = -

# PIP:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py3.9-all-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: argopy-tests
channels:
- conda-forge
dependencies:
- python = 3.9.19
- python = 3.9

# CORE:
- aiohttp
Expand Down
20 changes: 10 additions & 10 deletions ci/requirements/py3.9-all-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies:
- python = 3.9.19

# CORE:
- aiohttp = 3.10.4
- aiohttp = 3.10.5
- decorator = 5.1.1
- erddapy = 2.2.0
- fsspec = 2024.6.1
- fsspec = 2024.9.0
- netCDF4 = 1.7.1
- packaging = 24.1
- requests = 2.32.3
Expand All @@ -17,7 +17,7 @@ dependencies:
- xarray = 2024.2.0

# EXT.UTIL:
- boto3 = 1.35.0
- boto3 = 1.35.22
- gsw = 3.6.19
- s3fs = 0.4.2
- tqdm = 4.66.5
Expand All @@ -33,7 +33,7 @@ dependencies:
- IPython = 8.18.1
- cartopy = 0.23.0
- ipykernel = 6.29.5
- ipywidgets = 8.1.3
- ipywidgets = 8.1.5
- matplotlib = 3.9.2
- pyproj = 3.6.1
- seaborn = 0.13.2
Expand All @@ -42,20 +42,20 @@ dependencies:
- aiofiles = 24.1.0
- black = 24.8.0
- bottleneck = 1.4.0
- cfgrib = 0.9.14.0
- cfgrib = 0.9.14.1
- cftime = 1.6.4
- codespell
- codespell = 2.3.0
- flake8 = 7.1.1
- numpy = 1.26.4
- pandas = 2.2.2
- pip = 24.2
- pytest = 8.3.2
- pytest = 8.3.3
- pytest-cov = 5.0.0
- pytest-env = 1.1.3
- pytest-env = 1.1.5
- pytest-localftpserver
- setuptools = 72.1.0
- setuptools = 74.1.2
# - sphinx = -

# PIP:
- pip:
- pytest-reportlog == 0.4.0
- pytest-reportlog == 0.4.0
2 changes: 1 addition & 1 deletion ci/requirements/py3.9-core-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: argopy-tests
channels:
- conda-forge
dependencies:
- python = 3.9.19
- python = 3.9

# CORE:
- aiohttp
Expand Down
20 changes: 10 additions & 10 deletions ci/requirements/py3.9-core-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies:
- python = 3.9.19

# CORE:
- aiohttp = 3.10.4
- aiohttp = 3.10.5
- decorator = 5.1.1
- erddapy = 2.2.0
- fsspec = 2024.6.1
- fsspec = 2024.9.0
- netCDF4 = 1.7.1
- packaging = 24.1
- requests = 2.32.3
Expand All @@ -17,7 +17,7 @@ dependencies:
- xarray = 2024.2.0

# EXT.UTIL:
# - boto3 = 1.35.0
# - boto3 = 1.35.22
# - gsw = 3.6.19
# - s3fs = 0.4.2
# - tqdm = 4.66.5
Expand All @@ -33,7 +33,7 @@ dependencies:
# - IPython = 8.18.1
# - cartopy = 0.23.0
# - ipykernel = 6.29.5
# - ipywidgets = 8.1.3
# - ipywidgets = 8.1.5
# - matplotlib = 3.9.2
# - pyproj = 3.6.1
# - seaborn = 0.13.2
Expand All @@ -42,20 +42,20 @@ dependencies:
- aiofiles = 24.1.0
- black = 24.8.0
- bottleneck = 1.4.0
- cfgrib = 0.9.14.0
- cfgrib = 0.9.14.1
- cftime = 1.6.4
- codespell
- codespell = 2.3.0
- flake8 = 7.1.1
- numpy = 1.26.4
- pandas = 2.2.2
- pip = 24.2
- pytest = 8.3.2
- pytest = 8.3.3
- pytest-cov = 5.0.0
- pytest-env = 1.1.3
- pytest-env = 1.1.5
- pytest-localftpserver
- setuptools = 72.1.0
- setuptools = 74.1.2
# - sphinx = -

# PIP:
- pip:
- pytest-reportlog == 0.4.0
- pytest-reportlog == 0.4.0
Loading