Skip to content

Commit 0950e40

Browse files
authored
pin setuptools >=77 in meta.yaml file of conda-recipe (#71)
1 parent 77ef1a5 commit 0950e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- {{ compiler('dpcpp') }} >=2024.2 # [not osx]
2121
- sysroot_linux-64 >=2.28 # [linux]
2222
host:
23-
- setuptools
23+
- setuptools >=77
2424
- cmake
2525
- ninja
2626
- git

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- {{ compiler('dpcpp') }} >=2024.2 # [not osx]
2121
- sysroot_linux-64 >=2.28 # [linux]
2222
host:
23-
- setuptools
23+
- setuptools >=77
2424
- cmake
2525
- ninja
2626
- git

0 commit comments

Comments
 (0)