We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178b265 commit 095d83dCopy full SHA for 095d83d
1 file changed
pyproject.toml
@@ -43,8 +43,10 @@ docs = [
43
"ansys-sphinx-theme==1.0.3",
44
"sphinx_design==0.6.1",
45
"sphinx_gallery==0.17.1",
46
- "matplotlib==3.9.2", # for sphinx_gallery to run py files
+ "matplotlib==3.9.2", # for sphinx_gallery to run py fies
47
"numpy<2.0", # for compatibility with matplotlib
48
+ "pandas>=1.5.0", # for pandas accessor
49
+ "pandas-stubs>=1.5.0", # for pandas accessor
50
]
51
dev = [
52
"ruff>=0.7.0",
0 commit comments