Skip to content

Commit

Permalink
Merge pull request #101 from regro-cf-autotick-bot/2024.1.0_h78865e
Browse files Browse the repository at this point in the history
xarray v2024.1.0
  • Loading branch information
ocefpaf authored Jan 18, 2024
2 parents 1663242 + a716aca commit ae4556f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 13 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "xarray" %}
{% set version = "2023.12.0" %}
{% set version = "2024.1.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/xarray-{{ version }}.tar.gz
sha256: 4565dbc890de47e278346c44d6b33bb07d3427383e077a7ca8ab6606196fd433
sha256: 56b4bcb7c7be2e31143608261c1608c0e52579b8a51ba1b240bc2509e04d28d0

build:
noarch: python
Expand All @@ -22,9 +22,9 @@ requirements:
- pip
run:
- python >=3.9
- numpy >=1.22
- pandas >=1.4
- packaging >=21.3
- numpy >=1.23
- pandas >=1.5
- packaging >=22
run_constrained:
- bottleneck >=1.3
- cartopy >=0.20
Expand Down

0 comments on commit ae4556f

Please sign in to comment.