Skip to content

Commit 1841630

Browse files
committed
Bump Python environment
1 parent a9ef134 commit 1841630

2 files changed

Lines changed: 23 additions & 21 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pip==26.0
2-
sphinx==8.2.3
3-
numpy==2.2.3
1+
pip==26.1
2+
sphinx==9.1.0
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-
myst-parser==4.0.1
8-
sphinx-autodoc-typehints==3.2.0
7+
numpydoc==1.10.0
8+
myst-parser==5.1.0

pysplashsurf/python_environment.yaml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,24 @@ name: pysplashsurf
55
channels:
66
- conda-forge
77
dependencies:
8-
- maturin=1.8.2
9-
- patchelf=0.17.2
8+
- maturin=1.13.3
9+
- patchelf
1010
- meshio=5.3.5
11-
- numpy=2.2.3
12-
- pip=25.0.1
11+
- numpy=2.4.6
12+
- pip=26.1
1313
- python=3.13.2
1414
- python_abi=3.13
15-
- numpydoc=1.8.0
16-
- trimesh=4.6.5
17-
- rtree=1.4.0
18-
- scipy=1.15.2
19-
- pytest=8.3.5
15+
- numpydoc=1.10.0
16+
- trimesh=4.12.2
17+
- rtree=1.4.1
18+
- scipy=1.17.1
19+
- pytest=9.0.3
2020
- pytest-md=0.2.0
2121

22-
- sphinx=8.2.3
23-
- sphinx_rtd_theme=3.0.1
24-
- myst-parser=4.0.1
25-
- numpydoc==1.8.0
26-
- sphinx-autodoc-typehints==3.2.0
22+
- sphinx=9.1.0
23+
# - sphinx_rtd_theme=3.1.0
24+
- sphinx-autodoc-typehints==3.10.4
25+
- myst-parser=5.1.0
26+
- numpydoc==1.10.0
27+
- pip:
28+
- sphinx_rtd_theme==3.1.0 # The 3.1.0 release of sphinx_rtd_theme on conda-forge is broken, see: https://github.com/conda-forge/sphinx_rtd_theme-feedstock/issues/40

0 commit comments

Comments
 (0)