summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-nvidia-ml-py3/package.py
blob: 735331b373252c08769ec6531c71511dd95df310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


class PyNvidiaMlPy3(PythonPackage):
    """Python Bindings for the NVIDIA Management Library."""

    homepage = "http://www.nvidia.com/"
    pypi = "nvidia-ml-py3/nvidia-ml-py3-7.352.0.tar.gz"

    version('7.352.0', sha256='390f02919ee9d73fe63a98c73101061a6b37fa694a793abf56673320f1f51277')