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 ea571ef0d072..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.10.0 + - conda-index=0.11.0