Skip to content

Commit

Permalink
Merge pull request #14 from regro-cf-autotick-bot/0.11.0_h95d42f
Browse files Browse the repository at this point in the history
regionmask v0.11.0
  • Loading branch information
mathause authored Sep 22, 2023
2 parents b7fae5b + c5e763b commit 923c77d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

29 changes: 15 additions & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.10.0" %}
{% set version = "0.11.0" %}

package:
name: regionmask
version: {{ version }}

source:
url: https://pypi.io/packages/source/r/regionmask/regionmask-{{ version }}.tar.gz
sha256: 6e951ad3513234d1fbd9ed2bfe71b4fd8b088d3fd270606251692854976a3a6b
sha256: 1c4c8fd44d413b174ba47dce952a0b26a82dc6d0d3c9b5e2486aad46346d785f

build:
number: 0
Expand All @@ -15,24 +15,25 @@ build:

requirements:
host:
- python >=3.7
- python >=3.8
- pip
- setuptools_scm
- setuptools >=42
- setuptools-scm >=7

run:
- python >=3.7
- geopandas >=0.7
- numpy >=1.17
- python >=3.8
- geopandas >=0.10
- numpy >=1.21
- packaging >=21.3
- pooch >=1.2
- rasterio >=1.1
- setuptools >=40.4
- shapely >=1.7
- xarray >=0.15
- pooch >=1.4
- rasterio >=1.2
- shapely >=1.8
- xarray >=0.20

run_constrained:
- cartopy >=0.17
- matplotlib >=3.2
- cartopy >=0.20
- cf_xarray >=0.7
- matplotlib >=3.5

test:
imports:
Expand Down

0 comments on commit 923c77d

Please sign in to comment.