Skip to content

Commit

Permalink
Merge pull request #20 from regro-cf-autotick-bot/1.8.1_hcd1603
Browse files Browse the repository at this point in the history
geedim v1.8.1
  • Loading branch information
dugalh authored Jul 13, 2024
2 parents bda4faf + a3943a3 commit 9ea9155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "geedim" %}
{% set version = "1.8.0" %}
{% set version = "1.8.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/geedim-{{ version }}.tar.gz
sha256: f68fe1b312d0b66719d472c595e566cbe99eaf8d57d0e13ab73247262b696944
sha256: 29f026e36a0be2e023950431dff45fef4423f725dc15c81e30c684dc0cad8fba

build:
entry_points:
Expand All @@ -23,7 +23,7 @@ requirements:
run:
- python >=3.6
- numpy >=1.19
- rasterio >=1.1
- rasterio >=1.3
- click >=8
- tqdm >=4.6
- earthengine-api >=0.1.2
Expand Down

0 comments on commit 9ea9155

Please sign in to comment.