Skip to content

Commit 6eacff7

Browse files
committed
Hotfix: re-enable pyamdgpuinfo for Python 3.11
1 parent 32840eb commit 6eacff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ sv-ttk~=2.4 # Tk Sun Valley theme for configuration editor
1212
# Following packages are for AMD GPU on Linux
1313
# Note: you may need to manually install Cython first
1414
Cython~=0.29.32; sys_platform=="linux"
15-
pyamdgpuinfo~=2.1.3; sys_platform=="linux" and python_version < "3.11" # Wheel package not yet available for Python 3.11+
16-
# For Python 3.11+, you need to install pyamdgpuinfo manually: see https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#linux--macos-no-supported-gpu-found-with-an-amd-gpu-and-python-311
15+
pyamdgpuinfo~=2.1.3; sys_platform=="linux" and python_version <= "3.11" # Wheel package not yet available for Python > 3.11
16+
# For Python > 3.11, you need to install pyamdgpuinfo manually: see https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#linux--macos-no-supported-gpu-found-with-an-amd-gpu-and-python-311
1717

1818
# Following packages are for AMD GPU on Windows
1919
pyadl~=0.1; sys_platform=="win32"

0 commit comments

Comments
 (0)