diff --git a/.binder/environment.yml b/.binder/environment.yml index 9c2a76f..5b12079 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -3,5 +3,5 @@ channels: dependencies: - hatchling =1.29.0 - hatch-vcs =0.5.0 -- numpy =2.4.3 +- numpy =2.4.4 - python >=3.11,<3.14 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 9c2a76f..5b12079 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,5 +3,5 @@ channels: dependencies: - hatchling =1.29.0 - hatch-vcs =0.5.0 -- numpy =2.4.3 +- numpy =2.4.4 - python >=3.11,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index d881519..a75f011 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -9,5 +9,5 @@ dependencies: - versioneer - hatchling =1.29.0 - hatch-vcs =0.5.0 -- numpy =2.4.3 +- numpy =2.4.4 - python >=3.11,<3.14 diff --git a/pyproject.toml b/pyproject.toml index 4e100e0..b86e8aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "numpy==2.4.3" + "numpy==2.4.4" ] dynamic = [ "version",] authors = [