Skip to content

Commit 095d83d

Browse files
committed
Update deps for docs extras
1 parent 178b265 commit 095d83d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ docs = [
4343
"ansys-sphinx-theme==1.0.3",
4444
"sphinx_design==0.6.1",
4545
"sphinx_gallery==0.17.1",
46-
"matplotlib==3.9.2", # for sphinx_gallery to run py files
46+
"matplotlib==3.9.2", # for sphinx_gallery to run py fies
4747
"numpy<2.0", # for compatibility with matplotlib
48+
"pandas>=1.5.0", # for pandas accessor
49+
"pandas-stubs>=1.5.0", # for pandas accessor
4850
]
4951
dev = [
5052
"ruff>=0.7.0",

0 commit comments

Comments
 (0)