Skip to content

Commit 7ab4a45

Browse files
authored
Merge pull request #321 from mathoudebine/feature/update-dependencies
2 parents fabe091 + 01b363a commit 7ab4a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Python packages requirements
22
Pillow~=9.5.0 # Image generation
33
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
66
psutil~=5.9.5 # CPU / disk / network metrics
77
GPUtil~=1.4.0 # Nvidia GPU
88
pystray~=0.19.4 # Tray icon (all OS)
@@ -11,7 +11,7 @@ ruamel.yaml~=0.17.32 # For configuration editor
1111
sv-ttk~=2.5.5 # Tk Sun Valley theme for configuration editor
1212

1313
# 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"
1515
# 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
1616

1717
# Following packages are for AMD GPU on Windows

0 commit comments

Comments
 (0)