+4
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
# To install pytorch cuda (gpu) version, please look https://pytorch.org/
|
||
PyQt6-Qt6==6.4.2 # for qt>6.4.2 , framelesswindow is broken on windows, and text rendering is wrong on macOS
|
||
PyQt6==6.4.2 #PyQt5>=5.15.9
|
||
PyQt6-Qt6==6.4.2; sys_platform == 'win32'
|
||
PyQt6==6.4.2; sys_platform == 'win32'
|
||
PyQt6-Qt6>=6.6.2; sys_platform == 'darwin'
|
||
PyQt6>=6.6.1; sys_platform == 'darwin'
|
||
numpy
|
||
urllib3==1.25.11 # https://github.com/psf/requests/issues/5740
|
||
jaconv
|
||
+12
−11
+3
−2
Loading