Skip to content

Commit

Permalink
- Reverting pyside6 version to pip 6.7.3 since 6.8.0 is incompatible …
Browse files Browse the repository at this point in the history
…with 6.8.0. Separate issue already logged: #352.
  • Loading branch information
jmurugan-fzj committed Oct 14, 2024
1 parent 2b0841f commit 5afe923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-linux.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#This file is autogenerated by commit.py from setup.cfg. Change content there
pyside6
pyside6==6.7.3
qt-material
QtAwesome
cloudant
Expand Down
2 changes: 1 addition & 1 deletion requirements-windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#This file is autogenerated by commit.py from setup.cfg. Change content there
pyside6
pyside6==6.7.3
qt-material
QtAwesome
cloudant
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
python_requires = >= 3.10
# https://setuptools.pypa.io/en/latest/userguide/dependency_management.html
install_requires =
pyside6
pyside6==6.7.3
qt-material
QtAwesome
cloudant
Expand Down

0 comments on commit 5afe923

Please sign in to comment.