Skip to content

Commit 71f2870

Browse files
committed
Update GPUtil requirement for setuptools >= 0.78
1 parent 5406e95 commit 71f2870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ numpy~=2.2.6; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fi
2020
# For Nvidia GPU on all platforms
2121
GPUtil~=1.4.0; python_version < "3.12"
2222
# 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/gputil.git@1.4.0-py3.12 ; python_version >= "3.12"
23+
GPUtil @ git+https://github.com/mathoudebine/gputil.git@1.4.1-py3.13 ; python_version >= "3.12"
2424

2525
# Following packages are for AMD GPU on Linux
2626
pyamdgpuinfo~=2.1.6; sys_platform=="linux" and python_version <= "3.12"

0 commit comments

Comments
 (0)