diff --git a/.binder/environment.yml b/.binder/environment.yml index d06365f..7c0194b 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - numpy =2.3.3 - python >=3.11,<3.14 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d06365f..7c0194b 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - numpy =2.3.3 - python >=3.11,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index caec558..e8fe802 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - numpy =2.3.3 - python >=3.11,<3.14 diff --git a/pyproject.toml b/pyproject.toml index 38213a6..13d82f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.27.0", + "hatchling==1.28.0", "hatch-vcs==0.5.0", "numpy", ]