Skip to content

Commit

Permalink
Merge pull request #559 from PyFstat/update-sphinx-dependency-pins
Browse files Browse the repository at this point in the history
update sphinx dependency pin
  • Loading branch information
dbkeitel authored Sep 3, 2024
2 parents b66a406 + 827aee9 commit d07ff5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"pre-commit",
],
"docs": [
"sphinx==5.3.0",
"sphinx==7.4.7",
"sphinx_autodoc_defaultargs==0.1.2",
"sphinx_autodoc_typehints==1.19.5",
"sphinx_gallery==0.11.1",
"sphinx_rtd_theme==0.5.1",
"m2r2==0.3.3",
"sphinx_autodoc_typehints==2.3.0",
"sphinx_gallery==0.17.1",
"sphinx_rtd_theme==2.0.0",
"m2r2==0.3.3.post2",
"mistune==0.8.4",
"Pillow==9.3.0",
"pillow==10.4.0",
],
"pycuda": ["pycuda"],
"style": [
Expand Down

0 comments on commit d07ff5c

Please sign in to comment.