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

Limit upper bound python and xarray #44

Merged
merged 1 commit into from
Dec 12, 2024
Merged
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
Expand Up @@ -10,7 +10,7 @@ source:
sha256: bd5770b3f980965888b6f502a9c6d4edc7a2ab595c8bc2e572221df807d6c162

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand All @@ -20,7 +20,7 @@ requirements:
- hatchling
- pip
run:
- python >=3.10
- python >=3.10,<3.13.0a0
- affine
- bottleneck
- cftime >=1.0
Expand Down Expand Up @@ -54,7 +54,7 @@ requirements:
- toolz
- tqdm
- vtk >=9.0
- xarray >=2023.08.0
- xarray >=2023.08.0,<2024.10.0a0
- xugrid >=0.11.0
- zarr

Expand Down