Skip to content
Closed
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
4 changes: 1 addition & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 8605ab92c67d622e83fff6d7169fe154d9f8610edd8463b697b574884c158ba2

build:
number: 2
number: 3

requirements:
build:
Expand All @@ -28,12 +28,10 @@ requirements:
- cf_units
- dask >=0.17.1
- matplotlib
- netcdf4 <1.4
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd love to see this change in upstream's CI first. I have a branch (I'll commit it soon, I was waiting on SciTools/iris#3016 which is blocked b/c of SciTools/nc-time-axis#35) that show some errors when using netcdf4 >=1.4 with iris.

- numpy
- pyke
- scipy
- six
- iris-grib # [not (win or py3k)]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually love to see this go away but when I removed it in the past I believe someone from SciTools requested me to put it back.


test:
imports:
Expand Down