Skip to content

Commit eab97b7

Browse files
authored
Fix version of cmake greater than or equal to 3.16.5 (#630)
* Fix version of cmake greater then or equal to 1.16.5
1 parent 3e9c486 commit eab97b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requirements:
1010
- setuptools
1111
- numpy-devel >=1.18
1212
- cython
13-
- cmake
13+
- cmake >=3.16.5
1414
- dpctl >=0.5.0a0
1515
- mkl-devel >=2021.1.1
1616
- wheel

0 commit comments

Comments
 (0)