Skip to content

Commit d1a2ebf

Browse files
committed
Fix environment
1 parent 5f06c6b commit d1a2ebf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pysplashsurf/python_environment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- conda-forge
77
dependencies:
88
- maturin=1.13.3
9-
- patchelf=0.17.2
9+
- patchelf=0.18.0
1010
- meshio=5.3.5
1111
- numpy=2.4.6
1212
- pip=26.1
@@ -20,7 +20,9 @@ dependencies:
2020
- pytest-md=0.2.0
2121

2222
- sphinx=9.1.0
23-
- sphinx_rtd_theme=3.1.0
23+
# - sphinx_rtd_theme=3.1.0
2424
- sphinx-autodoc-typehints==3.10.4
2525
- myst-parser=5.1.0
2626
- 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)