Skip to content

Commit 634a867

Browse files
authored
Update hatchling to 1.28.0 (#115)
* Update pyproject.toml * Update environment-docs.yml * Update environment.yml
1 parent 6a8fa14 commit 634a867

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
- pandas =2.3.3
1414
- scipy =1.16.3
1515
- jupyter-book =1.0.0
16-
- hatchling =1.27.0
16+
- hatchling =1.28.0
1717
- hatch-vcs =0.5.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies:
88
- numpy =2.4.0
99
- pandas =2.3.3
1010
- scipy =1.16.3
11-
- hatchling =1.27.0
11+
- hatchling =1.28.0
1212
- hatch-vcs =0.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["ase", "defusedxml", "matplotlib", "numpy", "pandas", "scipy", "hatchling==1.27.0", "hatch-vcs==0.5.0"]
2+
requires = ["ase", "defusedxml", "matplotlib", "numpy", "pandas", "scipy", "hatchling==1.28.0", "hatch-vcs==0.5.0"]
33
build-backend = "hatchling.build"
44

55
[project]

0 commit comments

Comments
 (0)