Skip to content

Commit

Permalink
Build: Bump Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Nov 6, 2024
1 parent e406b61 commit 8aee374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_validation_framework/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

try:
from numpy import VisibleDeprecationWarning
except ImportError:
except ImportError: # pragma: no cover
from numpy.exceptions import VisibleDeprecationWarning

from data_validation_framework.report import make_report
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"numpy>=1.21",
"pandas>=1.3",
"rst2pdf>=0.99",
"sphinx>=4,<8",
"sphinx>=7.4",
"tqdm>=4.40",
]
doc_reqs = [
Expand Down

0 comments on commit 8aee374

Please sign in to comment.