Skip to content

Commit 9cac8af

Browse files
Merge branch 'mathoudebine:main' into feature/line-graph-fill-antialias
2 parents a8be8b3 + 2c2b0be commit 9cac8af

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Python packages requirements
22
pyserial~=3.5 # Serial link to communicate with the display
33
PyYAML~=6.0.3 # For themes files
4-
psutil~=7.2.1 # CPU / disk / network metrics
4+
psutil~=7.2.2 # CPU / disk / network metrics
55
pystray~=0.19.5 # Tray icon (all OS)
6-
babel~=2.17.0 # Date/time formatting
6+
babel~=2.18.0 # Date/time formatting
77
ruamel.yaml~=0.19.1 # For configuration editor
88
sv-ttk~=2.6.1 # Tk Sun Valley theme for configuration editor
99
tkinter-tooltip~=3.1.2 # Tooltips for configuration editor
1010
uptime~=3.0.1 # For System Uptime
1111
requests~=2.32.5 # HTTP library
1212
ping3~=5.1.5 # ICMP ping implementation using raw socket
13-
pyinstaller~=6.18.0 # bundles a Python application and all its dependencies into a single package
13+
pyinstaller~=6.19.0 # bundles a Python application and all its dependencies into a single package
1414

1515
# Image generation
1616
Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported
17-
Pillow~=12.1.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine
17+
Pillow~=12.1.1; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine
1818

1919
# Efficient image serialization
2020
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported
2121
numpy~=2.2.6; python_version == "3.10" # For Python 3.10, only numpy 2.2.x is supported
22-
numpy~=2.4.1; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
22+
numpy~=2.4.2; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
2323

2424
# For Nvidia GPU on all platforms
2525
GPUtil~=1.4.0; python_version < "3.12"
314 Bytes
Loading

0 commit comments

Comments
 (0)