Skip to content

Commit

Permalink
pyglotaran v0.3.3 (#7)
Browse files Browse the repository at this point in the history
* updated v0.3.3

* Raised python upper bound from <3.9 to <3.10

Co-authored-by: s-weigand <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and s-weigand authored Mar 30, 2021
1 parent 1d98578 commit 7ab1d93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyglotaran" %}
{% set version = "0.3.2" %}
{% set version = "0.3.3" %}
{% set download_name = "pyglotaran" %}

package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ download_name[0] }}/{{ download_name }}/{{ download_name }}-{{ version }}.tar.gz
sha256: c6d98ef37166c620f083d9bd14714cbb06d2f5c57ae020f297c84c6b9224839b
sha256: 212c5f6dce56282f489af8d205a7e65cfbb2881e859f6cbb37f69a02f795eeb5

build:
number: 0
Expand All @@ -20,9 +20,9 @@ build:
requirements:
host:
- pip
- python >=3.8,<3.9
- python >=3.8,<3.10
run:
- python >=3.8,<3.9
- python >=3.8,<3.10
- asteval >=0.9.21
- click >=7.0
- netcdf4 >=1.5.3
Expand Down

0 comments on commit 7ab1d93

Please sign in to comment.