Skip to content

Commit

Permalink
Merge pull request #173 from jan-janssen/main
Browse files Browse the repository at this point in the history
Update to 0.6.14
  • Loading branch information
jan-janssen authored Oct 18, 2024
2 parents 9188d1f + 8e31fd6 commit 1fce117
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

29 changes: 27 additions & 2 deletions azure-pipelines.yml

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

11 changes: 6 additions & 5 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.13" %}
{% set version = "0.6.14" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9fc86a5694379a11f2e2e5c3934082d1fb37ce2cb5610a98b0c34c48a4587c09
sha256: 27dd57b62a3f63db9581a773bd3465eaf9d6e3d059d276943737e87674b24da2

build:
noarch: python
Expand All @@ -17,6 +17,7 @@ build:
requirements:
host:
- python >=3.9,<3.13
- setuptools
- pip
- ase
- atomistics
Expand Down Expand Up @@ -45,15 +46,15 @@ requirements:
- ase >=3.22.1,<=3.23.0
- atomistics >=0.1.27,<=0.1.32
- defusedxml >=0.7.0,<=0.7.1
- h5py >=3.9.0,<=3.11.0
- h5py >=3.9.0,<=3.12.1
- matplotlib-base >=3.5.3,<=3.9.2
- mendeleev >=0.12.0,<=0.17.0
- mendeleev >=0.12.0,<=0.18.1
- mp-api >=0.37.0,<=0.42.2
- numpy >=1.26.0,<=1.26.4
- pandas >=2.0.3,<=2.2.3
- phonopy >=2.20.0,<=2.26.6
- pint >=0.18,<=0.24.3
- pyiron_base >=0.10.0,<=0.10.2
- pyiron_base >=0.10.0,<=0.10.4
- pyiron_snippets >=0.1.3,<=0.1.4
- pylammpsmpi >=0.2.18,<=0.2.25
- pyscal3 >=3.2.5,<=3.2.7
Expand Down

0 comments on commit 1fce117

Please sign in to comment.