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 44e138c commit 5f06c6bCopy full SHA for 5f06c6b
2 files changed
pysplashsurf/pysplashsurf/docs/requirements.txt
@@ -1,8 +1,8 @@
1
pip==26.1
2
sphinx==9.1.0
3
-numpy==2.2.3
+sphinx_rtd_theme==3.1.0
4
+sphinx-autodoc-typehints==3.10.4
5
+numpy==2.4.6
6
meshio==5.3.5
-sphinx_rtd_theme==3.0.1
-numpydoc==1.8.0
7
+numpydoc==1.10.0
8
myst-parser==5.1.0
-sphinx-autodoc-typehints==3.2.0
pysplashsurf/python_environment.yaml
@@ -12,15 +12,15 @@ dependencies:
12
- pip=26.1
13
- python=3.13.2
14
- python_abi=3.13
15
- - numpydoc=1.8.0
+ - numpydoc=1.10.0
16
- trimesh=4.12.2
17
- rtree=1.4.1
18
- scipy=1.17.1
19
- pytest=9.0.3
20
- pytest-md=0.2.0
21
22
- sphinx=9.1.0
23
- - sphinx_rtd_theme=3.0.1
+ - sphinx_rtd_theme=3.1.0
24
+ - sphinx-autodoc-typehints==3.10.4
25
- myst-parser=5.1.0
- - numpydoc==1.8.0
26
- - sphinx-autodoc-typehints==3.2.0
+ - numpydoc==1.10.0
0 commit comments