Skip to content

Commit bdc97bd

Browse files
conda-forge-adminconda-forge-webservices[bot]conda-forge-webservices[bot]rwgkleofang
authored
ENH: update package version to 13.1.1 (#171)
Co-authored-by: conda-forge-webservices[bot] <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Co-authored-by: Ralf W. Grosse-Kunstleve <rgrossekunst@nvidia.com> Co-authored-by: Leo Fang <leof@nvidia.com>
1 parent c1e97ca commit bdc97bd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

recipe/meta.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set number = 1 %}
2-
{% set version = "13.1.0" %}
3-
{% set sha256 = "e035abd65289f51114a55b7399764a8cfc17beb59e69493c54129294781b1d6e" %}
2+
{% set version = "13.1.1" %}
3+
{% set sha256 = "02ff771ceb900411a8e64ae54f22bfa940ab886f69003440e5f0dfa9338aa1b8" %}
44

55
{% set is_freethreading = environ.get("is_freethreading", False) %}
66
{% set bindings_major_version = version.split(".")[0]|int %}
@@ -56,6 +56,7 @@ outputs:
5656
test:
5757
requires:
5858
- python >={{ python_min }}
59+
- numpy
5960
imports:
6061
- cuda.bindings
6162
- cuda.bindings.driver
@@ -64,6 +65,7 @@ outputs:
6465
- cuda.bindings.nvrtc
6566
- cuda.bindings.nvjitlink
6667
- cuda.bindings.nvvm
68+
- cuda.bindings._nvml
6769
commands:
6870
- python -c "import importlib.metadata; importlib.metadata.version('cuda-python')"
6971
about:
@@ -133,7 +135,6 @@ outputs:
133135
- {{ pin_compatible('cuda-nvvm-impl', min_pin='x', max_pin='x') }}
134136
- {{ pin_compatible('libcufile', min_pin='x', max_pin='x') }} # [linux]
135137
- libnvjitlink >=13.0,<14.0a0
136-
- numpy # [linux]
137138
run_constrained:
138139
# cuda-cudart is not a hard dependency because cuda-python statically links to
139140
# cudart. This package is optionally dlopen'd for getting the local cudart
@@ -150,6 +151,7 @@ outputs:
150151
- cuda-profiler-api
151152
- cython
152153
- pip
154+
- numpy
153155
files:
154156
- test_cimport.pyx
155157
commands:
@@ -169,6 +171,7 @@ outputs:
169171
- cuda.bindings.nvrtc
170172
- cuda.bindings.nvjitlink
171173
- cuda.bindings.nvvm
174+
- cuda.bindings._nvml
172175
about:
173176
home: https://nvidia.github.io/cuda-python/cuda-bindings
174177
license: LicenseRef-NVIDIA-SOFTWARE-LICENSE

0 commit comments

Comments
 (0)