Skip to content

Commit

Permalink
pygmt v0.4.0 (#17)
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.21.02.43.59

* Pin minimum required dependency versions

Follow NEP29 (xref GenericMappingTools/pygmt#1074), setting minimum required versions to NumPy 1.17+ and Python 3.7+. Also set minimum of GMT 6.2.0 as per GenericMappingTools/pygmt#1321.

Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and weiji14 authored Jun 21, 2021
1 parent 823be1f commit b4cdf54
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 56 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: 0 additions & 27 deletions .ci_support/migrations/python39.yaml

This file was deleted.

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.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pygmt" %}
{% set version = "0.3.1" %}
{% set version = "0.4.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: b8b7450a9f3f5b53002eb6d5057769d4281bf605f084bc4dc7290e873945fb9e
sha256: b3a862c00054b0aa9fa1449c7d2e791970d8408ad528e5b031010a146e916649

build:
noarch: python
Expand All @@ -22,12 +22,12 @@ requirements:
- setuptools_scm >=3.4
- toml
run:
- gmt >=6.1.1,<7.0
- gmt >=6.2.0,<7.0
- netCDF4
- numpy
- numpy >=1.17
- packaging
- pandas
- python >=3.6
- python >=3.7
- xarray

test:
Expand Down

1 comment on commit b4cdf54

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.