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

xarray v2023.4.0 #86

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "xarray" %}
{% set version = "2023.3.0" %}
{% set version = "2023.4.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/xarray-{{ version }}.tar.gz
sha256: f05c74b60b072e6919ef2ae9cf3c67a46173da585ca5912808118ab0c61b2cca
sha256: 9f0f7e3402037c6611e802662b4374ddf55985a725bfc18dc2325cebdc06d4e7

build:
noarch: python
Expand All @@ -23,7 +23,7 @@ requirements:
run:
- python >=3.9
- numpy >=1.21
- pandas >=1.4,<2
- pandas >=1.4
- packaging >=21.3

test:
Expand Down