Skip to content

Commit b2a68e2

Browse files
committed
Sync recipe.yaml deps with meta.yaml
1 parent ee3ec67 commit b2a68e2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

conda-recipe/recipe.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ build:
3333
requirements:
3434
host:
3535
- python
36-
- if: match(python, ">=3.14")
37-
then: python-gil
3836
- pip >=25.0
39-
- pybind11 >=2.13.6
37+
- pybind11 >=3.0.2
4038
- python-build>=1.2.2
4139
- cmake>=3.31.6
42-
- cython>=3.0.12
40+
- cython>=3.1.0
4341
- dpctl >=${{ required_dpctl_version }}
4442
- if: not win
4543
then: ninja>=1.11.1
@@ -63,8 +61,6 @@ requirements:
6361
- ${{ compiler('dpcpp') }} >=${{ required_compiler_version }},<${{ max_compiler_and_mkl_version }}
6462
run:
6563
- python
66-
- if: match(python, ">=3.14")
67-
then: python-gil
6864
- ${{ pin_compatible('dpctl', lower_bound='x.x.x', upper_bound=None) }}
6965
- ${{ pin_compatible('dpcpp-cpp-rt', lower_bound='x.x', upper_bound='x') }}
7066
- ${{ pin_compatible('intel-sycl-rt', lower_bound='x.x', upper_bound='x') }}

0 commit comments

Comments
 (0)