Skip to content

Commit c5dad09

Browse files
committed
Bump Python environment
1 parent a9ef134 commit c5dad09

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pip==26.0
2-
sphinx==8.2.3
1+
pip==26.1
2+
sphinx==9.1.0
33
numpy==2.2.3
44
meshio==5.3.5
55
sphinx_rtd_theme==3.0.1
66
numpydoc==1.8.0
7-
myst-parser==4.0.1
7+
myst-parser==5.1.0
88
sphinx-autodoc-typehints==3.2.0

pysplashsurf/python_environment.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ name: pysplashsurf
55
channels:
66
- conda-forge
77
dependencies:
8-
- maturin=1.8.2
8+
- maturin=1.13.3
99
- patchelf=0.17.2
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
1515
- numpydoc=1.8.0
16-
- trimesh=4.6.5
17-
- rtree=1.4.0
18-
- scipy=1.15.2
19-
- pytest=8.3.5
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
22+
- sphinx=9.1.0
2323
- sphinx_rtd_theme=3.0.1
24-
- myst-parser=4.0.1
24+
- myst-parser=5.1.0
2525
- numpydoc==1.8.0
2626
- sphinx-autodoc-typehints==3.2.0

0 commit comments

Comments
 (0)