Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyglotaran v0.3.3 #7

Merged
merged 2 commits into from
Mar 30, 2021
Merged
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
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