Skip to content

Commit cb1f29e

Browse files
authored
Merge pull request #3 from forsyth2/v0.2.0rc1
v0.2.0rc1
2 parents e504cac + 6fc312d commit cb1f29e

File tree

9 files changed

+19
-20
lines changed

9 files changed

+19
-20
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
cdt_name:
2-
- conda
31
channel_sources:
42
- conda-forge
53
channel_targets:
64
- conda-forge main
75
docker_image:
86
- quay.io/condaforge/linux-anvil-x86_64:alma9
97
python_min:
10-
- '3.9'
8+
- '3.10'

.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/build_steps.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_docker_build.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/conda_build_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
channel_targets:
2+
- conda-forge zppy_interfaces_dev

recipe/meta.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% set name = "zppy-interfaces" %}
2-
{% set version = "0.1.2" %}
2+
{% set version = "0.2.0rc1" %}
3+
{% set python_min = "3.11" %}
34

45

56
package:
@@ -8,7 +9,7 @@ package:
89

910
source:
1011
url: https://github.com/E3SM-Project/zppy-interfaces/archive/v{{ version }}.tar.gz
11-
sha256: 6948bedb8a667e1bce29ac4edaa21f5d0461aa8e07919d68db65fa1e6d4d7b8e
12+
sha256: 82baaf5c5c1e69e3fc305d21c1f5c6b4d0b2c782cff6c8579a8a5c0b48fdf604
1213

1314
build:
1415
number: 0
@@ -23,14 +24,15 @@ requirements:
2324
- setuptools >=60
2425
# Base from https://github.com/E3SM-Project/zppy-interfaces/blob/v{{ version }}/conda/dev.yml
2526
run:
26-
- python >={{ python_min }}
27+
- python >={{ python_min }},<3.14
2728
- beautifulsoup4
2829
- lxml
29-
- matplotlib-base >=3.8.2,<3.10
30-
- mpas_tools >=0.21.0
30+
- matplotlib-base
31+
- mpas_tools
3132
- netcdf4
3233
- numpy >=2.0,<3.0
3334
- output_viewer ==1.3.3
35+
- pcmdi_metrics >=3.9.3
3436
- xarray >=2023.02.0
3537
- xcdat >=0.7.3,<1.0
3638

0 commit comments

Comments
 (0)