Skip to content

Commit 5f06c6b

Browse files
committed
Fix versions
1 parent 44e138c commit 5f06c6b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pip==26.1
22
sphinx==9.1.0
3-
numpy==2.2.3
3+
sphinx_rtd_theme==3.1.0
4+
sphinx-autodoc-typehints==3.10.4
5+
numpy==2.4.6
46
meshio==5.3.5
5-
sphinx_rtd_theme==3.0.1
6-
numpydoc==1.8.0
7+
numpydoc==1.10.0
78
myst-parser==5.1.0
8-
sphinx-autodoc-typehints==3.2.0

pysplashsurf/python_environment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ dependencies:
1212
- pip=26.1
1313
- python=3.13.2
1414
- python_abi=3.13
15-
- numpydoc=1.8.0
15+
- numpydoc=1.10.0
1616
- trimesh=4.12.2
1717
- rtree=1.4.1
1818
- scipy=1.17.1
1919
- pytest=9.0.3
2020
- pytest-md=0.2.0
2121

2222
- sphinx=9.1.0
23-
- sphinx_rtd_theme=3.0.1
23+
- sphinx_rtd_theme=3.1.0
24+
- sphinx-autodoc-typehints==3.10.4
2425
- myst-parser=5.1.0
25-
- numpydoc==1.8.0
26-
- sphinx-autodoc-typehints==3.2.0
26+
- numpydoc==1.10.0

0 commit comments

Comments
 (0)