We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9e9660 + a9fac4c commit 624ab39Copy full SHA for 624ab39
1 file changed
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
{% set number = 0 %}
2
-{% set version = "12.9.6" %}
3
-{% set sha256 = "c48d81e7ee0755c571c82b5c06614b8c4a40e8b5976536a0967705253ae45f48" %}
+{% set version = "12.9.7" %}
+{% set sha256 = "9df6ff7121e11b158730ef39350c111728c9d1a2450124f463f7f4026c89d42f" %}
4
5
{% set is_freethreading = environ.get("is_freethreading", False) %}
6
{% set bindings_major_version = version.split(".")[0]|int %}
@@ -130,7 +130,7 @@ outputs:
130
- setuptools-scm >=8
131
run:
132
- python
133
- - cuda-pathfinder >=1.1.0,<2
+ - cuda-pathfinder >=1.5.5,<2
134
- {{ pin_compatible('cuda-version', min_pin='x', max_pin='x') }} # [not aarch64]
135
- cuda-version >=12.0,<12.2a0 # [aarch64 and not cufile_supported]
136
- cuda-version >=12.2,<13.0a0 # [aarch64 and cufile_supported]
0 commit comments