Skip to content

Commit 624ab39

Browse files
ENH: update package version to 12.9.7 (target branch 12.9) (conda-forge#194)
automerged PR by conda-forge/automerge-action
2 parents c9e9660 + a9fac4c commit 624ab39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set number = 0 %}
2-
{% set version = "12.9.6" %}
3-
{% set sha256 = "c48d81e7ee0755c571c82b5c06614b8c4a40e8b5976536a0967705253ae45f48" %}
2+
{% set version = "12.9.7" %}
3+
{% set sha256 = "9df6ff7121e11b158730ef39350c111728c9d1a2450124f463f7f4026c89d42f" %}
44

55
{% set is_freethreading = environ.get("is_freethreading", False) %}
66
{% set bindings_major_version = version.split(".")[0]|int %}
@@ -130,7 +130,7 @@ outputs:
130130
- setuptools-scm >=8
131131
run:
132132
- python
133-
- cuda-pathfinder >=1.1.0,<2
133+
- cuda-pathfinder >=1.5.5,<2
134134
- {{ pin_compatible('cuda-version', min_pin='x', max_pin='x') }} # [not aarch64]
135135
- cuda-version >=12.0,<12.2a0 # [aarch64 and not cufile_supported]
136136
- cuda-version >=12.2,<13.0a0 # [aarch64 and cufile_supported]

0 commit comments

Comments
 (0)