Skip to content

Commit

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

* MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.10.3, and conda-forge-pinning 2021.06.25.19.28.53

* 🩹 Added tabulate to required dependencies

* 🩹 Added ipython as test requirement

Co-authored-by: s-weigand <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and s-weigand authored Jun 26, 2021
1 parent 7ab1d93 commit f55cfbb
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

27 changes: 16 additions & 11 deletions .scripts/build_steps.sh

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

9 changes: 7 additions & 2 deletions .scripts/logging_utils.sh

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

19 changes: 12 additions & 7 deletions .scripts/run_docker_build.sh

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

1 change: 1 addition & 0 deletions README.md

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

27 changes: 24 additions & 3 deletions build-locally.py

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

6 changes: 4 additions & 2 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.3" %}
{% set version = "0.4.0" %}
{% 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: 212c5f6dce56282f489af8d205a7e65cfbb2881e859f6cbb37f69a02f795eeb5
sha256: ed7066a6b98e1835a1291362a63d86d64f3578a5ef8a57ddf4949f45d671bffd

build:
number: 0
Expand All @@ -33,6 +33,7 @@ requirements:
- scipy >=1.3.2
- sdtfile >=2020.8.3
- setuptools >=41.2
- tabulate >=0.8.8
- xarray >=0.16.2

test:
Expand All @@ -45,6 +46,7 @@ test:
- pytest -k "not IrfDispersion" glotaran
requires:
- pytest
- ipython

about:
home: https://github.com/glotaran/pyglotaran
Expand Down

0 comments on commit f55cfbb

Please sign in to comment.