Skip to content

Commit

Permalink
Add nvidia-ml-py.
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Aug 25, 2022
1 parent 9c8ba1e commit 0fb3bb0
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/nvidia-ml-py/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "nvidia-ml-py" %}
{% set version = "11.450.51" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5aa6dd23a140b1ef2314eee5ca154a45397b03e68fd9ebc4f72005979f511c73

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- pip
- python >=3.4
run:
- python >=3.4

test:
imports:
- pynvml
commands:
- pip check
requires:
- pip

about:
home: http://www.nvidia.com
summary: Python Bindings for the NVIDIA Management Library
license: BSD-3-Clause
license_family: BSD
license_file: README.txt
dev_url: https://developer.nvidia.com/nvidia-management-library-nvml
doc_url: https://docs.nvidia.com/deploy/nvml-api/index.html

extra:
recipe-maintainers:
- XuehaiPan

0 comments on commit 0fb3bb0

Please sign in to comment.