diff --git a/build-locally.py b/build-locally.py index e0d408d..d78427b 100755 --- a/build-locally.py +++ b/build-locally.py @@ -3,11 +3,11 @@ # This file has been generated by conda-smithy in order to build the recipe # locally. # -import os import glob +import os +import platform import subprocess from argparse import ArgumentParser -import platform def setup_environment(ns): diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 36819dc..ac89eae 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyiron_atomistics" %} -{% set version = "0.6.9" %} +{% set version = "0.6.10" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 4f01cba4e65a4260c24fe6fbf0960340e2528d79ffc00999440f6e3e4e722edb + sha256: 57cbaff98bda0e92bacae45ece14a2b374f520d5a7abe036903ae5d9319262da build: noarch: python @@ -53,9 +53,9 @@ requirements: - pandas >=2.0.3,<=2.2.2 - phonopy >=2.20.0,<=2.26.6 - pint >=0.18,<=0.24.3 - - pyiron_base >=0.9.4,<=0.9.10 + - pyiron_base >=0.9.4,<=0.9.11 - pyiron_snippets >=0.1.1,<=0.1.3 - - pylammpsmpi >=0.2.18,<=0.2.22 + - pylammpsmpi >=0.2.18,<=0.2.23 - pyscal3 >=3.2.5,<=3.2.6 - scipy >=1.11.1,<=1.14.0 - scikit-learn >=1.2.1,<=1.5.1