Skip to content

Commit 511c2bc

Browse files
committed
Add version numbers
1 parent d9d38cb commit 511c2bc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ requirements:
1717
host:
1818
- python
1919
- setuptools >=63.*
20-
- scikit-build
21-
- cmake
20+
- scikit-build >=0.15*
21+
- cmake >=3.26*
2222
- numba >=0.57*
2323
- dpctl >=0.14*
2424
- dpnp >=0.11*

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies:
1616
- mkl >=2021.3.0 # for dpnp
1717
- dpcpp-llvm-spirv
1818
- packaging
19-
- scikit-build
20-
- cmake
19+
- scikit-build >=0.15*
20+
- cmake >=3.26*
2121
- pytest
2222
- pip
2323
- pip:

environment/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dependencies:
2020
- pytest-cov
2121
- pytest-xdist
2222
- pexpect
23-
- scikit-build
24-
- cmake
23+
- scikit-build>=0.15*
24+
- cmake>=3.26*

0 commit comments

Comments
 (0)