Skip to content

Commit

Permalink
Remove pyqt from pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ramajoballester committed Mar 19, 2024
1 parent d037fa2 commit 9a6978a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ python:
- method: pip
path: .
extra_requirements:
- rtd
- docs
# Install with no dependencies
# no_deps: true
Expand Down
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ dependencies = [
[project.optional-dependencies]
dev = [
'ipykernel',
'pyqt'
]
rtd = [
'PyQt5',
# 'pyqt',
'twine',
]

docs = [
'sphinx==7.1.2',
'sphinx_rtd_theme==1.3.0',
Expand Down

0 comments on commit 9a6978a

Please sign in to comment.