Skip to content

Commit

Permalink
Support PySide 6.6 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol authored Apr 5, 2024
1 parent c72a57d commit fbd2c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
]
requires-python = ">=3.8.1, <3.12"
dependencies = [
"pyside6 >= 6.5.0, != 6.5.3, < 6.6",
"pyside6 >= 6.5.0, != 6.5.3, != 6.6.3",
"pyodbc >=4.0",
# v1.4 does not pass tests
"sqlalchemy >=1.3, <1.4",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e git+https://github.com/spine-tools/[email protected]#egg=spinedb_api
-e git+https://github.com/spine-tools/[email protected]#egg=spine_engine
-e git+https://github.com/spine-tools/Spine-Toolbox.git@0.8-dev#egg=spinetoolbox
-e git+https://github.com/spine-tools/Spine-Toolbox.git@support_pyside66#egg=spinetoolbox
-e .[dev]

0 comments on commit fbd2c8a

Please sign in to comment.