Skip to content

Commit

Permalink
[bot-automerge] pyiron_atomistics v0.5.2 (#152)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
2 parents b68b998 + dfda861 commit 8739381
Showing 1 changed file with 8 additions and 8 deletions.
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.5.1" %}
{% set version = "0.5.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 446e60d222486a542ff9952c4c0ad9031116d201239f0a460c7a70a001cc4ec6
sha256: 5df7644aeadcde84b8514b078feb4de62d074ab80162dc8f74d153fe2e4dfd83

build:
noarch: python
Expand Down Expand Up @@ -41,22 +41,22 @@ requirements:
run:
- python >=3.8
- ase ==3.22.1
- atomistics >=0.1.12,<=0.1.25
- atomistics >=0.1.12,<=0.1.26
- defusedxml >=0.7.0,<=0.7.1
- h5py >=3.9.0,<=3.10.0
- h5py >=3.9.0,<=3.11.0
- matplotlib-base >=3.5.3,<=3.8.4
- mendeleev >=0.12.0,<=0.15.0
- mp-api >=0.37.0,<=0.41.2
- numpy >=1.26.0,<=1.26.4
- pandas >=2.0.3,<=2.2.1
- pandas >=2.0.3,<=2.2.2
- phonopy >=2.20.0,<=2.22.1
- pint >=0.18,<=0.23
- pyiron_base >=0.7.7,<=0.8.1
- pyiron_base >=0.7.7,<=0.8.2
- pylammpsmpi >=0.2.7,<=0.2.15
- scipy >=1.11.1,<=1.13.0
- scikit-learn >=1.2.1,<=1.4.1.post1
- scikit-learn >=1.2.1,<=1.4.2
- seekpath >=1.9.5,<=2.1.0
- spglib >=2.0.2,<=2.3.1
- spglib >=2.0.2,<=2.4.0
- structuretoolkit >=0.0.19,<=0.0.22

test:
Expand Down

0 comments on commit 8739381

Please sign in to comment.