Unverified Commit 75fd1728 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.nvidia-ml-py: 12.575.51 -> 13.580.65 (#431894)

parents 3bba8dc4 d20b9913
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "nvidia-ml-py";
  version = "12.575.51";
  version = "13.580.65";

  pyproject = true;

  src = fetchPypi {
    pname = "nvidia_ml_py";
    inherit version;
    hash = "sha256-ZJDpP+qZ606WYyeuGMbuxiVhlMkh8jRZyHZ67ijFRYE=";
    hash = "sha256-e/GLA8fTZYcnARz18MbCFVs2zkOeZTWaCkqQYhT2o8k=";
  };

  patches = [
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ buildPythonPackage rec {
    setuptools
  ];

  pythonRelaxDeps = [
    "nvidia-ml-py"
  ];

  dependencies = [ nvidia-ml-py ];

  pythonImportsCheck = [