Skip to content

Commit cb843ea

Browse files
authored
Merge pull request #5 from forsyth2/v0.2.0rc2
v0.2.0rc2
2 parents f98ee5e + 4cc20d9 commit cb843ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

recipe/meta.yaml

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

55

@@ -9,10 +9,10 @@ package:
99

1010
source:
1111
url: https://github.com/E3SM-Project/zppy-interfaces/archive/v{{ version }}.tar.gz
12-
sha256: 82baaf5c5c1e69e3fc305d21c1f5c6b4d0b2c782cff6c8579a8a5c0b48fdf604
12+
sha256: ace4d6571bd3bd65e38b304cc1ae014ae2fb351f038e6abd8becc3a8941dea2d
1313

1414
build:
15-
number: 1
15+
number: 0
1616
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv
1717
noarch: python
1818

@@ -27,8 +27,8 @@ requirements:
2727
- python >={{ python_min }},<3.14
2828
- beautifulsoup4
2929
- lxml
30-
- matplotlib-base
31-
- mpas_tools
30+
- matplotlib-base >=3.8.2
31+
- mpas_tools >=0.21.0
3232
- netcdf4
3333
- numpy >=2.0,<3.0
3434
- output_viewer ==1.3.3

0 commit comments

Comments
 (0)