Skip to content

Commit

Permalink
Depend on qtpy instead of pyside
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed Apr 24, 2024
1 parent a5abab5 commit 2eb6bc1
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 @@ -37,7 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only"]
dependencies = ["pyside2", "qdarkstyle"]
dependencies = ["qtpy", "qdarkstyle"]

[project.optional-dependencies]
dev = ["pytest>=6", "pytest-cov", "pytest-timeout"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/eqt_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ channels:
dependencies:
- python
- pip
- pyside2
- qtpy
- qdarkstyle

0 comments on commit 2eb6bc1

Please sign in to comment.