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

[v2.11.0.build=1] pin cartopy<0.24 and curl<8.10 and pandas<2.2.0 and change to build 1 #29

Merged
merged 5 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
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
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