We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9702 commit 866777bCopy full SHA for 866777b
1 file changed
recipe/recipe.yaml
@@ -145,6 +145,7 @@ outputs:
145
- setuptools
146
- setuptools-scm >=8
147
- cuda-pathfinder >=1.5.5,<2
148
+ - libnvfatbin
149
run:
150
- python
151
@@ -181,7 +182,7 @@ outputs:
181
182
- ${{ pin_compatible('cuda-cudart', lower_bound='x', upper_bound='x') }}
183
# libnvfatbin was first introduced in CTK 12.4. In order to prevent conflicts
184
# when the user tries to install cuda-bindings with older cuda-version packages,
- # let's make it an optional runtime that pins to cuda-binding's lower and upper
185
+ # let's make it an optional runtime that pins to cuda-bindings' lower and upper
186
# version bounds
187
- ${{ pin_compatible('libnvfatbin', lower_bound='x', upper_bound='x') }}
188
tests:
0 commit comments