Merge pull request #243845 from GaetanLepage/nvidia-ml-py

python310Packages.nvidia-ml-py: 11.525.131 -> 12.535.77
This commit is contained in:
Nick Cao
2023-07-17 02:17:34 -06:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
@@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "nvidia-ml-py";
version = "11.525.131";
version = "12.535.77";
format = "setuptools";
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-K39NrSXEv0mrnQqaPW4lq9FouRtd6OK23uRwN1bBuuU=";
hash = "sha256-jYHl7Zk8hABkVBAq+ExL/99yulxRIStsASHGVoiYPhQ=";
};
patches = [
+4
View File
@@ -14,6 +14,10 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-+Yq/UHjrR2nT+TLXEDbNP2yMy4+LZGgbMrDLmWcrxqg=";
};
pythonRelaxDeps = [ "nvidia-ml-py" ];
nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook ];
propagatedBuildInputs = with python3Packages; [
cachetools
psutil