Skip to content

Commit 77fc83f

Browse files
shoyerXarray-Beam authors
authored andcommitted
Update doc build requirements
This fixes the Xarray-Beam build on ReadTheDocs. PiperOrigin-RevId: 810046872
1 parent 666614b commit 77fc83f

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3.10"
11+
python: "3.12"
1212

1313
# Build documentation in the docs/ directory with Sphinx
1414
sphinx:

docs/requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# doc requirements
2-
Jinja2==3.1.3
3-
myst-nb==0.17.2
4-
myst-parser==0.18.1
5-
sphinx_rtd_theme==1.2.1
6-
sphinx==5.3.0
7-
scipy==1.10.1
2+
Jinja2==3.1.6
3+
myst-nb==1.3.0
4+
myst-parser==4.0.1
5+
sphinx==8.2.3
6+
sphinx_rtd_theme==3.0.2
7+
scipy==1.16.2
8+
matplotlib==3.10.6
89

910
# xarray-beam requirements
10-
apache-beam==2.47.0
11-
dask==2023.5.1
12-
immutabledict==2.2.4
13-
numpy==1.24.3
14-
pandas==1.5.3
15-
pooch==1.7.0
16-
rechunker==0.5.1
17-
xarray==2023.5.0
18-
zarr==2.14.2
11+
apache-beam==2.67.0
12+
dask==2025.9.1
13+
immutabledict==4.2.1
14+
numpy==2.2.6
15+
pandas==2.3.2
16+
pooch==1.8.2
17+
xarray==2025.9.0
18+
zarr==3.1.3

0 commit comments

Comments
 (0)