From a066867e9a35d6f9ed800aac945380bdbb9b53f9 Mon Sep 17 00:00:00 2001 From: Anton <100830759+antonwolfy@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:57:34 +0100 Subject: [PATCH] Bump `conda-build` and `anaconda-client` versions (#2706) This PR bumps `conda-build` version from 25.11.0 to 25.11.1 and `anaconda-client` version from 1.13.0 to 1.13.1. The new `conda-build` version is aimed to resolve issue with building of conda package observing in GitHub actions. --- environments/build_conda_pkg.yml | 2 +- environments/upload_cleanup_conda_pkg.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/build_conda_pkg.yml b/environments/build_conda_pkg.yml index face05ec635c..b4a4405d9224 100644 --- a/environments/build_conda_pkg.yml +++ b/environments/build_conda_pkg.yml @@ -3,4 +3,4 @@ channels: - conda-forge dependencies: - python=3.13 # no python 3.14 support by conda-build - - conda-build=25.9.0 + - conda-build=25.11.1 diff --git a/environments/upload_cleanup_conda_pkg.yml b/environments/upload_cleanup_conda_pkg.yml index 4357fa3bc67f..b0f96cadc61a 100644 --- a/environments/upload_cleanup_conda_pkg.yml +++ b/environments/upload_cleanup_conda_pkg.yml @@ -3,4 +3,4 @@ channels: - conda-forge dependencies: - python=3.13 - - anaconda-client=1.13.0 + - anaconda-client=1.13.1