Skip to content

Commit

Permalink
Update sphinx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Oct 10, 2024
1 parent 5a14a7f commit 8e02835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ classifiers = [
]
dependencies = [
"toml==0.10.2",
"numpy==1.26.4",
"numpy==2.1.2",
"matplotlib==3.9.2",
"plotly==5.24.1",
]
dynamic = ["version"]

[project.optional-dependencies]
dev = ["pytest==8.3.3", "pytest-cov==5.0.0", "black==24.10.0", "flake8==7.1.1"]
docs = ["sphinx==7.4.7", "sphinx-rtd-theme==2.0.0"]
docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.1", "sphinxcontrib-video==0.2.1"]
plugins = ["pyqt5~=5.15", "toml==0.10.2"]

[project.urls]
Expand Down

1 comment on commit 8e02835

@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.