Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra authored Sep 26, 2024
1 parent bdfd3e8 commit ceadd04
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 @@ -63,7 +63,7 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = ["pytest==8.3.3", "pytest-cov==5.0.0", "black==24.8.0", "flake8==7.1.1"]
docs = ["sphinx==7.4.7", "sphinx-rtd-theme==2.0.0"]
docs = ["sphinx==7.4.7,<8", "sphinx-rtd-theme==2.0.0"]
plugins = ["pyqt5~=5.15", "toml==0.10.2"]

[project.urls]
Expand Down

1 comment on commit ceadd04

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.