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 50fd45e commit d0e0b88Copy full SHA for d0e0b88
pyproject.toml
@@ -40,22 +40,22 @@ dynamic = ["version"]
40
include = ["src/ansys/fluent/core/generated/"]
41
42
[project.optional-dependencies]
43
-reader = ["h5py==3.14.0"]
+reader = ["h5py==3.15.1"]
44
ui-jupyter = ["ipywidgets"]
45
ui = ["panel"]
46
tests = [
47
"pytest==8.4.2",
48
"pytest-cov==7.0.0",
49
"pytest-mock==3.15.1",
50
"pytest-xdist==3.8.0",
51
- "pyfakefs==5.9.3"
+ "pyfakefs==5.10.1"
52
]
53
docs = [
54
"Sphinx==8.1.3",
55
"jupyter_sphinx==0.5.3",
56
"numpydoc==1.9.0",
57
- "matplotlib==3.10.6",
58
- "ansys-sphinx-theme==1.6.1",
+ "matplotlib==3.10.7",
+ "ansys-sphinx-theme==1.6.3",
59
"pypandoc==1.15",
60
"pytest-sphinx==0.6.3",
61
"sphinx-autobuild==2024.10.3",
0 commit comments