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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Python packages requirements
2
2
Pillow~=9.5.0# Image generation
3
3
pyserial~=3.5# Serial linl to communicate with the display
4
-
numpy~=1.19# Efficient image serialization
5
-
PyYAML~=6.0# For themes files
4
+
numpy~=1.24.4# Efficient image serialization
5
+
PyYAML~=6.0.1# For themes files
6
6
psutil~=5.9.5# CPU / disk / network metrics
7
7
GPUtil~=1.4.0# Nvidia GPU
8
8
pystray~=0.19.4# Tray icon (all OS)
@@ -11,7 +11,7 @@ ruamel.yaml~=0.17.32 # For configuration editor
11
11
sv-ttk~=2.5.5# Tk Sun Valley theme for configuration editor
12
12
13
13
# Following packages are for AMD GPU on Linux
14
-
pyamdgpuinfo~=2.1.3; sys_platform=="linux" and python_version <= "3.11"
14
+
pyamdgpuinfo~=2.1.5; sys_platform=="linux" and python_version <= "3.11"
15
15
# 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