Skip to content

Commit

Permalink
[bot-automerge] pyiron_atomistics v0.6.2 (#159)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jun 21, 2024
2 parents 6871218 + cf7c8ac commit 1cd0fe7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyiron_atomistics" %}
{% set version = "0.6.1" %}
{% set version = "0.6.2" %}

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

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

build:
noarch: python
Expand Down Expand Up @@ -40,7 +40,7 @@ requirements:
- versioneer
- toml
run:
- pyiron_snippets ==0.1.1
- pyiron_snippets >=0.1.1,<=0.1.2
- python >=3.9,<3.13
- ase >=3.22.1,<=3.23.0
- atomistics >=0.1.27,<=0.1.29
Expand All @@ -51,15 +51,15 @@ requirements:
- mp-api >=0.37.0,<=0.41.2
- numpy >=1.26.0,<=1.26.4
- pandas >=2.0.3,<=2.2.2
- phonopy >=2.20.0,<=2.23.1
- pint >=0.18,<=0.23
- pyiron_base >=0.8.1,<=0.9.1
- pylammpsmpi >=0.2.12,<=0.2.19
- phonopy >=2.20.0,<=2.24.2
- pint >=0.18,<=0.24
- pyiron_base ==0.9.4
- pylammpsmpi >=0.2.18,<=0.2.19
- scipy >=1.11.1,<=1.13.1
- scikit-learn >=1.2.1,<=1.5.0
- seekpath >=1.9.5,<=2.1.0
- spglib >=2.0.2,<=2.4.0
- structuretoolkit >=0.0.19,<=0.0.24
- structuretoolkit >=0.0.19,<=0.0.25

test:
imports:
Expand Down

0 comments on commit 1cd0fe7

Please sign in to comment.