Skip to content

Commit

Permalink
Merge pull request #29 from valeriupredoi/v2.11.0_build1
Browse files Browse the repository at this point in the history
[v2.11.0.build=1] pin cartopy<0.24 and curl<8.10 and pandas<2.2.0 and change to build 1
  • Loading branch information
valeriupredoi authored Oct 14, 2024
2 parents 6c7714b + 2677b37 commit 4581a90
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

9 changes: 7 additions & 2 deletions .scripts/build_steps.sh

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

1 change: 1 addition & 0 deletions README.md

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

29 changes: 27 additions & 2 deletions azure-pipelines.yml

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

9 changes: 6 additions & 3 deletions build-locally.py

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

17 changes: 9 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 099160392048f7ccddb420790e0529ce1ee8b795962be51ebd09e78b8ea38cac

build:
number: 0
number: 1

outputs:
- name: esmvaltool-python
Expand All @@ -25,20 +25,21 @@ outputs:
script: build_python.sh # [not win]
requirements:
build:
- python >=3.9
- python >=3.9,<3.12
- pip !=21.3
host:
- python >=3.9
- python >=3.9,<3.12
- setuptools_scm
- pip !=21.3
run:
- aiohttp
- cartopy
- cartopy <0.24 # https://github.com/ESMValGroup/ESMValTool/issues/3767
- cdo >=2.3.0
- cdsapi
- cf-units
- cftime
- cmocean
- curl <8.10 # https://github.com/ESMValGroup/ESMValTool/pull/3755
- cython
- dask
- distributed
Expand All @@ -65,7 +66,7 @@ outputs:
- numpy !=1.24.3,<2.0.0 # severe masking bug, avoid pulling 2.0.0
- openpyxl
- packaging
- pandas !=2.2.0,!=2.2.1,!=2.2.2 # github.com/ESMValGroup/ESMValCore/pull/2305
- pandas <2.2.0 # github.com/ESMValGroup/ESMValCore/pull/2305 and avoid any new Pandas release
- progressbar2
- prov
- psyplot
Expand All @@ -74,7 +75,7 @@ outputs:
- psy-simple
- pyproj >=2.1
- pys2index # only from conda-forge
- python >=3.9
- python >=3.9,<3.12
- python-cdo
- python-dateutil
- pyyaml
Expand Down Expand Up @@ -205,9 +206,9 @@ outputs:
noarch: python
requirements:
host:
- python >=3.9
- python >=3.9,<3.12
run:
- python >=3.9
- python >=3.9,<3.12
# - {{ pin_subpackage('esmvaltool-julia', exact=True) }}
- {{ pin_subpackage('esmvaltool-ncl', exact=True) }}
- {{ pin_subpackage('esmvaltool-python', exact=True) }}
Expand Down

0 comments on commit 4581a90

Please sign in to comment.