We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5406e95 commit 71f2870Copy full SHA for 71f2870
requirements.txt
@@ -20,7 +20,7 @@ numpy~=2.2.6; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fi
20
# For Nvidia GPU on all platforms
21
GPUtil~=1.4.0; python_version < "3.12"
22
# GPUtil is broken for Python 3.12+ and not maintained anymore: fetch it from a fork where it is fixed
23
-GPUtil @ git+https://github.com/mathoudebine/[email protected].0-py3.12 ; python_version >= "3.12"
+GPUtil @ git+https://github.com/mathoudebine/[email protected].1-py3.13 ; python_version >= "3.12"
24
25
# Following packages are for AMD GPU on Linux
26
pyamdgpuinfo~=2.1.6; sys_platform=="linux" and python_version <= "3.12"
0 commit comments