Skip to content

Commit e0f312b

Browse files
authored
Merge branch 'master' into add-k-type-check-to-triu_indices
2 parents 19bb971 + bd3da84 commit e0f312b

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ repos:
127127
rev: v1.7.12
128128
hooks:
129129
- id: actionlint
130-
- repo: https://github.com/BlankSpruce/gersemi
131-
rev: 0.26.1
130+
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
131+
rev: 0.27.2
132132
hooks:
133133
- id: gersemi
134134
exclude: "dpnp/backend/cmake/Modules/"

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)