From a63516abc46684ee535f60a456046eadae69c107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:53:13 +0000 Subject: [PATCH 1/3] Bump numpy from 1.26.4 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff6e054..8d01652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "numpy==1.26.4", + "numpy==2.2.2", "owlready2==0.47", "pandas==2.2.3", "pint==0.24.4", From 843375756171f613b5f75f2d720a86dcb4724f41 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 20 Jan 2025 02:53:27 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .ci_support/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index ef41085..f7967a5 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,8 +1,8 @@ channels: - conda-forge dependencies: -- numpy =1.26.4 +- numpy =2.2.2 - openjdk - owlready2 =0.47 - pandas =2.2.3 -- pint =0.24.4 \ No newline at end of file +- pint =0.24.4 From 36fb8198a3533f5799389598c5ba09621f6829a8 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 20 Jan 2025 02:53:44 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 3d07ce4..51d192c 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- numpy =1.26.4 +- numpy =2.2.2 - openjdk - owlready2 =0.47 - pandas =2.2.3 diff --git a/docs/environment.yml b/docs/environment.yml index c507644..9126194 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- numpy =1.26.4 +- numpy =2.2.2 - openjdk - owlready2 =0.47 - pandas =2.2.3