Skip to content

Commit

Permalink
Merge pull request #36 from jan-janssen/main
Browse files Browse the repository at this point in the history
switch to grayskull update
  • Loading branch information
jan-janssen authored Oct 17, 2023
2 parents 7b6568c + 7a1d5ca commit 9fb8261
Show file tree
Hide file tree
Showing 5 changed files with 1,950 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

7 changes: 0 additions & 7 deletions README.md

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

1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
conda_forge_output_validation: true
bot:
automerge: true
inspection: update-grayskull
github:
branch_name: main
tooling_branch_name: main
Expand Down
41 changes: 12 additions & 29 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,60 +6,43 @@ package:
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyiron_contrib-{{ version }}.tar.gz
sha256: fd2ad1352eb743ee1464d3ae13c224babf7f250c602768749fb07cddeb5c571f
patches:
- versioneer.patch

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 1

requirements:
host:
- pip
- python >=3.6
- pip
run:
- ase >=3.22.1
- matplotlib-base >=3.7.1
- numpy >=1.19.5 # for numba and pytorch compatibility
- pyiron_base >=0.6.3
- pyiron_atomistics >=0.3.0
- pyparsing =3.0.9
- python >=3.6
- scikit-image >=0.21.0
- scipy >=1.10.1
- matplotlib-base >=3.7.2
- numpy >=1.23.4 # for numba compatibility
- pyiron_base >=0.6.3
- scipy >=1.11.1
- seaborn >=0.12.2
- pyparsing >=3.0.9
- pycp2k >=0.2.2
- moto >=4.1.14
- randspg >=0.0.1
- typeguard >=4.1.0
- aws-sam-translator >=1.71.0
- boto3 =1.28.15
- pympipool >=0.6.1
- distributed =2023.5.0

test:
imports:
- pyiron_contrib
- pyiron_contrib.image
- pyiron_atomistics
commands:
- pip check
requires:
- pip
- boto3

about:
home: https://github.com/pyiron/pyiron_contrib
summary: Repository for user-generated plugins to the pyiron IDE.
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Repository for user-generated plugins to the pyiron IDE.

description: |
Repository for user-generated plugins to the pyiron IDE.
doc_url: https://github.com/pyiron/pyiron_contrib
dev_url: https://github.com/pyiron/pyiron_contrib

extra:
recipe-maintainers:
Expand Down
Loading

0 comments on commit 9fb8261

Please sign in to comment.