You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ sv-ttk~=2.4.5 # Tk Sun Valley theme for configuration editor
11
11
12
12
# Following packages are for AMD GPU on Linux
13
13
# Note: you may need to manually install Cython first
14
-
Cython~=0.29.35; sys_platform=="linux"
14
+
Cython~=0.29.36; sys_platform=="linux"
15
15
pyamdgpuinfo~=2.1.3; sys_platform=="linux" and python_version <= "3.11"# Wheel package not yet available for Python > 3.11
16
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
0 commit comments