diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index f894a09b8..de28f7bbc 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -4,7 +4,7 @@ dependencies: - ase =3.29.0 - numpy =2.4.6 - scipy =1.18.0 -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - myst-parser - nbsphinx diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 08cd70272..cda9ee31e 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -5,5 +5,5 @@ dependencies: - coverage - numpy =2.4.6 - scipy =1.18.0 -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index e653171ad..267dbeb6f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -18,6 +18,6 @@ dependencies: - scipy =1.18.0 - spglib =2.7.0 - sqsgenerator =0.5.5 -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - mp-api =0.45.15 diff --git a/binder/environment.yml b/binder/environment.yml index fa69e2168..75dd649fc 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -17,7 +17,7 @@ dependencies: - spglib =2.7.0 - sqsgenerator =0.5.5 - setuptools <80 -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - mp-api =0.45.15 - lammps =2025.07.22=*openmpi* diff --git a/pyproject.toml b/pyproject.toml index d0647e5a2..e98ded460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["ase", "numpy", "scipy", "hatchling==1.31.0", "hatch-vcs==0.5.0"] +requires = ["ase", "numpy", "scipy", "hatchling==1.32.0", "hatch-vcs==0.5.0"] build-backend = "hatchling.build" [project]