Skip to content

Commit

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

* MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.9.0, and conda-forge-pinning 2021.02.26.15.36.03

* Updated dependency versions

Co-authored-by: s-weigand <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and s-weigand authored Feb 28, 2021
1 parent 053a9d3 commit 1d98578
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 12 deletions.
22 changes: 19 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 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.0" %}
{% set version = "0.3.2" %}
{% set download_name = "pyglotaran" %}

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

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

build:
number: 1
number: 0
noarch: python
entry_points:
- glotaran=glotaran.cli.main:glotaran
Expand All @@ -26,14 +26,14 @@ requirements:
- asteval >=0.9.21
- click >=7.0
- netcdf4 >=1.5.3
- numba >=0.48
- numpy >=1.19.5,<1.20.0
- numba >=0.52
- numpy >=1.20.0
- pandas >=0.25.2
- pyyaml >=5.2
- scipy >=1.3.2
- sdtfile >=2020.8.3
- setuptools >=41.2
- xarray >=0.14
- xarray >=0.16.2

test:
imports:
Expand Down

0 comments on commit 1d98578

Please sign in to comment.