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 d6369a8 commit f62e1feCopy full SHA for f62e1fe
docs/requirements.txt
@@ -1,13 +1,18 @@
1
-pandas
2
sphinx >= 7.4.7
3
sphinx_rtd_theme
4
sphinx-argparse >= 0.5.2
5
sphinx-autodoc-typehints
6
sphinx-design
7
# Running CLI programs and capture outputs
8
sphinxcontrib-programoutput>=0.17
9
-# Installing the mesh_doctor requirements to be able to load all the modules and run the help.
+# Installing all package requirements to be able to load all the modules and run the help.
10
vtk >= 9.1
11
networkx >= 2.4
12
tqdm
13
numpy
+pandas
14
+typing_extensions
15
+matplotlib>=3.9.4
16
+h5py
17
+lxml>=4.5.0
18
+parameterized
0 commit comments