Skip to content

Commit

Permalink
Update requirements for pyqt6
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger authored and kingofpayne committed Aug 16, 2024
1 parent 2df2ed6 commit c5fda72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyQt6==6.6.1
PyQt6
pystages @ git+https://github.com/Ledger-Donjon/pystages@10d09f535a4a0e5ef6130d390e98fc0ce3f9cbd5
Pillow==10.3.0
opencv-python==4.9.0.80
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_info(info: str, rel_path: str):
"Documentation": "https://laserstudio.readthedocs.org/",
},
install_requires=[
"PyQt6==6.6.1",
"PyQt6",
"pystages==1.1.1",
"Pillow==10.3.0",
"opencv-python==4.9.0.80",
Expand Down

0 comments on commit c5fda72

Please sign in to comment.