Skip to content

Commit

Permalink
Use PySide6 instead of pyqt5 because of autocompletion issue
Browse files Browse the repository at this point in the history
Autocomplete for classes such as qtpy.QtWidgets.QAction does not work with the PyQt
ref. spyder-ide/qtpy#474 .
  • Loading branch information
kohei-noda-qcrg committed Feb 3, 2024
1 parent 79e2551 commit 4956942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["sum_dirac_dfcoef>=4.3.0", "pyqt5", "qtpy"]
dependencies = ["sum_dirac_dfcoef>=4.3.0", "PySide6", "qtpy"]

[project.optional-dependencies]
dev = ["coverage[toml]>=6.5", "pytest", "black>=23.1.0", "mypy>=1.0.0", "ruff>=0.0.243"]
Expand Down

0 comments on commit 4956942

Please sign in to comment.