Skip to content

Commit bd3da84

Browse files
authored
Bump conda-index version (#2863)
The PR updates `conda-index` version to `0.11.0`.
1 parent 0354ed2 commit bd3da84

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

environments/build_conda_pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ name: Build DPNP conda package
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.13 # no python 3.14 support by conda-build
65
- conda-build=25.11.1

environments/create_conda_channel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ name: Create conda channel with DPNP package
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.13 # no python 3.14 support by conda-index
6-
- conda-index=0.10.0
5+
- conda-index=0.11.0

0 commit comments

Comments
 (0)