Skip to content

Commit

Permalink
Merge pull request #16 from regro-cf-autotick-bot/1.0.2_h4171eb
Browse files Browse the repository at this point in the history
griddataformats v1.0.2
  • Loading branch information
orbeckst authored Oct 22, 2023
2 parents f3a6bff + bc98ba3 commit 95c54d0
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

5 changes: 3 additions & 2 deletions .circleci/config.yml

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

18 changes: 12 additions & 6 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

30 changes: 22 additions & 8 deletions LICENSE.txt

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

8 changes: 4 additions & 4 deletions README.md

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

19 changes: 13 additions & 6 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 = "GridDataFormats" %}
{% set version = "1.0.1" %}
{% set version = "1.0.2" %}

package:
name: griddataformats
version: {{ version }}

source:
url: https://pypi.io/packages/source/G/GridDataFormats/GridDataFormats-{{ version }}.tar.gz
sha256: ad2c9ab7d672a6d8c426de7d083eee4f3e2b0bd59391675d30683c768ab83cc4
sha256: b93cf7f36fce33dbc428026f26dba560d5c7ba2387caca495bad920f90094502

build:
number: 0
Expand All @@ -16,11 +16,11 @@ build:

requirements:
host:
- python >=3.8
- python >=3.9
- pip
run:
- python >=3.8
- numpy >=1.19
- python >=3.9
- numpy >=1.21
- scipy
- mrcfile

Expand Down

0 comments on commit 95c54d0

Please sign in to comment.