From d65b11f47f8c16395bc124a6fb919e3108beb78a Mon Sep 17 00:00:00 2001 From: Liam Huber Date: Fri, 21 Aug 2026 12:11:52 -0700 Subject: [PATCH 1/2] Pass exactly one python version to binder Signed-off-by: Liam Huber --- .binder/environment.yml | 1 - .ci_support/environment-notebook.yml | 3 ++- .ci_support/environment.yml | 1 - docs/environment.yml | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index dbdf6951..695594be 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -4,7 +4,6 @@ dependencies: - hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.3 -- python >=3.11, <3.15 - pydantic =2.12.5 - pyiron_snippets =1.4.0 - typing-extensions =4.16.0 diff --git a/.ci_support/environment-notebook.yml b/.ci_support/environment-notebook.yml index e778763a..f7a075aa 100644 --- a/.ci_support/environment-notebook.yml +++ b/.ci_support/environment-notebook.yml @@ -1,4 +1,5 @@ channels: - conda-forge dependencies: -- numpy =2.4.6 \ No newline at end of file +- numpy =2.4.6 +- python =3.14 \ No newline at end of file diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1f60ff23..cafb9e41 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,6 @@ dependencies: - hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.3 -- python >=3.11, <3.15 - pydantic =2.12.5 - pyiron_snippets =1.4.0 - typing-extensions =4.16.0 diff --git a/docs/environment.yml b/docs/environment.yml index 80b7d146..444f15f2 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -10,7 +10,6 @@ dependencies: - hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.3 -- python >=3.11, <3.15 - pydantic =2.12.5 - pyiron_snippets =1.4.0 - typing-extensions =4.16.0 From e4698fe09114d5e3c63f07efebc86a4670113d46 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Fri, 21 Aug 2026 19:12:38 +0000 Subject: [PATCH 2/2] [dependabot skip] Update env file --- .binder/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.binder/environment.yml b/.binder/environment.yml index 695594be..acb71e66 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -12,3 +12,4 @@ dependencies: - ipytree =0.2.2 - python-workflow-definition =0.1.5 - numpy =2.4.6 +- python =3.14