Skip to content

Commit 2818d1d

Browse files
committed
Re-enable pyamdgpuinfo for Python 3.11
1 parent 1bedfcb commit 2818d1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ sv-ttk~=2.4.5 # 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.34; 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+
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
1617

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

0 commit comments

Comments
 (0)