Skip to content

Commit

Permalink
Update proj pin
Browse files Browse the repository at this point in the history
The cartopy package that worked with proj 7.0.0 was marked as
broken because proj wasn't being explicitly pinned to a compatible
version (conda-forge/cartopy-feedstock#93).
As a result, there is no build of cartopy 0.18.0 that works with
proj 7.0.0.
  • Loading branch information
xylar committed Oct 28, 2020
1 parent bac197c commit 623a495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions recipes/e3sm-unified/build_and_upload.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

rm -rf ~/miniconda3/conda-bld

conda build --override-channels -c conda-forge -c defaults -c e3sm .

upload=False
Expand Down
5 changes: 2 additions & 3 deletions recipes/e3sm-unified/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "E3SM-Unified" %}
{% set version = "1.3.1.2" %}
{% set build = 2 %}
{% set build = 3 %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -61,8 +61,7 @@ requirements:
- lxml
- sympy
- pyproj 2.6.1.post1
# can't bump until rasterio issue gets fixed
- proj 7.0.0
- proj 7.1.1
- pytest
- shapely
- cartopy
Expand Down

0 comments on commit 623a495

Please sign in to comment.