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: src/requirements.txt
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ setuptools==70.3.0 # py2app fails on 71.0.3 and 71.0.4; pyinstaller windows/linu
30
30
wheel==0.45.1
31
31
pyserial==3.5
32
32
pymodbus==3.6.9; python_version<'3.9'# last Python 3.8 release
33
-
pymodbus==3.9.0; python_version>='3.9'
33
+
pymodbus==3.9.1; python_version>='3.9'
34
34
python-snap7==1.3; python_version<'3.10'# last Python 3.9 release
35
35
python-snap7==2.0.2; python_version>='3.10'
36
36
Phidget22==1.22.20250106
@@ -98,8 +98,8 @@ PyQt5-sip==12.15.0; (sys_platform=='darwin' and platform_release<'20.0') or (pla
98
98
PyQt5==5.15.10; (sys_platform=='darwin' and platform_release<'20.0') or (platform_system=='Windows' and python_version<'3.9')
99
99
PyQtWebEngine==5.15.6; (sys_platform=='darwin' and platform_release<'20.0') or (platform_system=='Windows' and python_version<'3.9')
100
100
# Qt6 on macOS 11+, Windows 10/11 and Linux
101
-
PyQt6==6.8.1; (sys_platform=='darwin' and platform_release>='20.0') or (platform_system=='Windows' and python_version>'3.10') or (platform_system=='Linux' and platform_machine!='aarch64')
102
-
PyQt6-WebEngine==6.8.0; (sys_platform=='darwin' and platform_release>='20.0') or (platform_system=='Windows' and python_version>'3.10') or (platform_system=='Linux' and platform_machine!='aarch64')
101
+
PyQt6==6.9.0; (sys_platform=='darwin' and platform_release>='20.0') or (platform_system=='Windows' and python_version>'3.10') or (platform_system=='Linux' and platform_machine!='aarch64')
102
+
PyQt6-WebEngine==6.9.0; (sys_platform=='darwin' and platform_release>='20.0') or (platform_system=='Windows' and python_version>'3.10') or (platform_system=='Linux' and platform_machine!='aarch64')
103
103
###
104
104
pyinstaller==6.12.0; platform_system=='Linux'# on Windows pyinstaller is separately installed (see above)
0 commit comments