Update requirements.txt to also support python3.12
This commit is contained in:
parent
0529f1fe7e
commit
7ec29228b5
1 changed files with 7 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
humanfriendly==10.0
|
||||
opencv_python==4.8.0.74
|
||||
opencv_python>=4.8.0.74,<=4.9.0.80
|
||||
Pillow==10.3.0
|
||||
pillow_avif_plugin==1.3.1
|
||||
PySide6==6.5.1.1
|
||||
PySide6_Addons==6.5.1.1
|
||||
PySide6_Essentials==6.5.1.1
|
||||
typing_extensions==3.10.0.0
|
||||
ujson==5.8.0
|
||||
pillow_avif_plugin>=1.3.1,<=1.4.3
|
||||
PySide6>=6.5.1.1,<=6.7
|
||||
PySide6_Addons>=6.5.1.1,<=6.7
|
||||
PySide6_Essentials>=6.5.1.1,<=6.7
|
||||
typing_extensions>=3.10.0.0,<=4.11.0
|
||||
ujson>=5.8.0,<=5.9.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue