Skip to content

Commit

Permalink
Merge pull request #115 from regro-cf-autotick-bot/2024.9.0_h4a1320
Browse files Browse the repository at this point in the history
xarray v2024.9.0
  • Loading branch information
ocefpaf committed Sep 12, 2024
2 parents 25fb1d1 + 14585e3 commit 8356ed3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "xarray" %}
{% set version = "2024.7.0" %}
{% set version = "2024.9.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/xarray-{{ version }}.tar.gz
sha256: 4cae512d121a8522d41e66d942fb06c526bc1fd32c2c181d5fe62fe65b671638
sha256: e796a6b3eaec11da24f33e4bb14af41897011660a0516fa4037d3ae4bbd1d378

build:
noarch: python
Expand All @@ -16,36 +16,36 @@ build:

requirements:
host:
- python >=3.9
- python >=3.10
- setuptools >=42
- setuptools-scm >=7
- pip
run:
- python >=3.9
- numpy >=1.23
- pandas >=2.0
- python >=3.10
- numpy >=1.24
- pandas >=2.1
- packaging >=23.1
run_constrained:
- bottleneck >=1.3
- cartopy >=0.21
- cartopy >=0.22
- cftime >=1.6
- dask-core >=2023.4
- distributed >=2023.4
- dask-core >=2023.9
- distributed >=2023.9
- flox >=0.7
- h5netcdf >=1.1
- h5netcdf >=1.2
- h5py >=3.8
- hdf5 >=1.12
- iris >=3.4
- iris >=3.7
- matplotlib-base >=3.7
- nc-time-axis >=1.4
- netcdf4 >=1.6.0
- numba >=0.56
- numba >=0.57
- pint >=0.22
- scipy >=1.10
- scipy >=1.11
- seaborn >=0.12
- sparse >=0.14
- toolz >=0.12
- zarr >=2.14
- zarr >=2.16

test:
imports:
Expand Down

0 comments on commit 8356ed3

Please sign in to comment.