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

update to 1.9.1 #10

Merged
merged 9 commits into from
Mar 11, 2025
Merged
Changes from 8 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
23 changes: 15 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{% set name = "xarray-dataclasses" %}
{% set version = "1.7.0" %}
{% set version = "1.9.1" %}
{% set python_min = "3.9" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/xarray_dataclasses-{{ version }}.tar.gz
sha256: b82b454c5800bf9d488c188d6362428e6bc310d2fc35f96fa4063efa40d33267
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/xarray_dataclasses-{{ version }}.tar.gz
sha256: e5e88e10622b2bcb4db6087d636327f6e0311ae66fa10e94ea571805ed6937ad

build:
noarch: python
Expand All @@ -17,13 +18,13 @@ build:
requirements:
host:
- pip
- python >=3.9
- python {{ python_min }}
- poetry
run:
- numpy
- python >=3.9
- typing-extensions >=4.0,<5.0
- xarray >=2022.3,<2024.0
- python >={{ python_min }}
- numpy >=1.22,<3.0
- typing-extensions >=4.0
- xarray >=2022.3,<2025.0

test:
imports:
Expand All @@ -33,6 +34,7 @@ test:
- pip check
requires:
- pip
- python {{ python_min }}

about:
home: https://github.com/astropenguin/xarray-dataclasses/
Expand All @@ -43,3 +45,8 @@ about:
extra:
recipe-maintainers:
- goanpeca
- jdblischak
- LucaMarconato
- melonora
- timtreis
- giovp