We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e406b61 commit 8aee374Copy full SHA for 8aee374
data_validation_framework/task.py
@@ -23,7 +23,7 @@
23
24
try:
25
from numpy import VisibleDeprecationWarning
26
-except ImportError:
+except ImportError: # pragma: no cover
27
from numpy.exceptions import VisibleDeprecationWarning
28
29
from data_validation_framework.report import make_report
setup.py
@@ -11,7 +11,7 @@
11
"numpy>=1.21",
12
"pandas>=1.3",
13
"rst2pdf>=0.99",
14
- "sphinx>=4,<8",
+ "sphinx>=7.4",
15
"tqdm>=4.40",
16
]
17
doc_reqs = [
0 commit comments