From bf957e2630b271626692c0ceafc304a66f9f114f Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 20 Apr 2026 11:27:09 +0200 Subject: [PATCH 1/2] Bumpt conda-index to 0.11.0 --- environments/create_conda_channel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/create_conda_channel.yml b/environments/create_conda_channel.yml index ea571ef0d072..58995f406b1e 100644 --- a/environments/create_conda_channel.yml +++ b/environments/create_conda_channel.yml @@ -3,4 +3,4 @@ channels: - conda-forge dependencies: - python=3.13 # no python 3.14 support by conda-index - - conda-index=0.10.0 + - conda-index=0.11.0 From 6d37270b58aba9d77b15120eeb477c8013647116 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 20 Apr 2026 11:28:16 +0200 Subject: [PATCH 2/2] Use python 3.14 packages for conda-build and conda-index --- environments/build_conda_pkg.yml | 1 - environments/create_conda_channel.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/environments/build_conda_pkg.yml b/environments/build_conda_pkg.yml index b4a4405d9224..6ca1146706f1 100644 --- a/environments/build_conda_pkg.yml +++ b/environments/build_conda_pkg.yml @@ -2,5 +2,4 @@ name: Build DPNP conda package channels: - conda-forge dependencies: - - python=3.13 # no python 3.14 support by conda-build - conda-build=25.11.1 diff --git a/environments/create_conda_channel.yml b/environments/create_conda_channel.yml index 58995f406b1e..45aeb4804966 100644 --- a/environments/create_conda_channel.yml +++ b/environments/create_conda_channel.yml @@ -2,5 +2,4 @@ name: Create conda channel with DPNP package channels: - conda-forge dependencies: - - python=3.13 # no python 3.14 support by conda-index - conda-index=0.11.0