Skip to content

Commit e3d7738

Browse files
Switch from versioneer to hatchling (#63)
* Switch from versioneer to hatchling * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update h5io_browser lower limit --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 279c991 commit e3d7738

35 files changed

+196
-741
lines changed

.ci_support/environment-mini.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- h5io_browser =0.1.9
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- numpy =2.2.4
68
- pint =0.24.4
7-
- setuptools

.ci_support/environment-old.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- h5io_browser =0.1.2
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
7+
- numpy =1.23.5
8+
- pint =0.18

.ci_support/environment-pyiron-atomistics-0-6-20.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- pyiron-data =0.0.30
68
- pyiron_atomistics =0.6.20
79
- lammps =2024.02.07=*_openmpi_*

.ci_support/environment-pyiron-atomistics-0-6-21.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- pyiron-data =0.0.30
68
- pyiron_atomistics =0.6.21
79
- lammps =2024.02.07=*_openmpi_*

.ci_support/environment-pyiron-atomistics-0-6-22.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- pyiron-data =0.0.30
68
- pyiron_atomistics =0.6.22
79
- lammps =2024.02.07=*_openmpi_*

.ci_support/environment-pyiron-atomistics-0-6-23.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- pyiron-data =0.0.30
68
- pyiron_atomistics =0.6.23
79
- lammps =2024.02.07=*_openmpi_*

.ci_support/environment-pyiron-atomistics-0-6-24.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- pyiron-data =0.0.30
68
- pyiron_atomistics =0.6.24
79
- lammps =2024.02.07=*_openmpi_*

.ci_support/environment-pyiron-atomistics-0-6-25.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- pyiron-data =0.0.30
68
- pyiron_atomistics =0.6.25
79
- lammps =2024.02.07=*_openmpi_*

.ci_support/environment-pyiron-atomistics-0-7-0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- pyiron-data =0.0.30
68
- pyiron_atomistics =0.7.0
79
- lammps =2024.02.07=*_openmpi_*

.ci_support/environment-pyiron-atomistics-0-7-1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- coverage
5+
- hatchling =1.27.0
6+
- hatch-vcs =0.5.0
57
- pyiron-data =0.0.30
68
- pyiron_atomistics =0.7.1
79
- lammps =2024.02.07=*_openmpi_*

0 commit comments

Comments
 (0)