Skip to content

Commit ec93066

Browse files
committed
chore: fix rtd builds
1 parent a73326b commit ec93066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docs = [
5858
"jupyter-sphinx>=0.5.3",
5959
"myst-parser>=5.0.0; python_version >= '3.11'",
6060
"nbsphinx>=0.9.8",
61-
"pandas>=3.0.0",
61+
"pandas>=3.0.0; python_version >= '3.11'",
6262
"sphinx-click>=6.2.0",
6363
"sphinx-contributors>=0.2.7",
6464
"sphinx-copybutton>=0.5.2",

0 commit comments

Comments
 (0)