Skip to content

Commit 697518c

Browse files
MAINT: Use suggested pinning strategy for noarch pkgs
1 parent 370a12f commit 697518c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set number = 1 %}
1+
{% set number = 2 %}
22
{% set version = "13.2.0" %}
33
{% set sha256 = "6899b7684ccaf3249d521cc092768baeae390780375bb115bcd80350b65b1dff" %}
44

@@ -56,7 +56,7 @@ outputs:
5656
- cuda-version >=13.0,<14.0a0
5757
test:
5858
requires:
59-
- python >={{ python_min }}
59+
- python {{ python_min }}.*
6060
- numpy
6161
imports:
6262
- cuda.bindings

0 commit comments

Comments
 (0)