diff --git a/.binder/environment.yml b/.binder/environment.yml index 4fea5f3..46d825b 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - coveralls - coverage -- hatchling =1.29.0 +- hatchling =1.30.1 - hatch-vcs =0.5.0 - setuptools - numpy =2.4.3 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 4fea5f3..46d825b 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - coveralls - coverage -- hatchling =1.29.0 +- hatchling =1.30.1 - hatch-vcs =0.5.0 - setuptools - numpy =2.4.3 diff --git a/docs/environment.yml b/docs/environment.yml index ffcc4fd..b937d1a 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -9,7 +9,7 @@ dependencies: - versioneer - coveralls - coverage -- hatchling =1.29.0 +- hatchling =1.30.1 - hatch-vcs =0.5.0 - setuptools - numpy =2.4.3 diff --git a/pyproject.toml b/pyproject.toml index c68c93c..73336be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.29.0", + "hatchling==1.30.1", "hatch-vcs==0.5.0", ] build-backend = "hatchling.build"