Skip to content

Commit 23d80d6

Browse files
authored
attempt at fixing rtd docs build (#610)
1 parent f043add commit 23d80d6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

ci/environment-docs.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,27 @@ dependencies:
66
- cftime
77
- distributed
88
- ecgtools >=2022.10.7
9-
- fsspec>=2022.11.0
10-
- gcsfs >=2022.11.0
11-
- intake>=0.6.6
9+
- fsspec>=2023.05
10+
- gcsfs >=2023.05
11+
- intake>=0.7
1212
- jupyterlab
1313
- matplotlib
1414
- myst-nb
15-
- netcdf4<1.6.1
15+
- netcdf4!=1.6.1
1616
- pip
1717
- pydantic>=1.9
1818
- python-graphviz
1919
- python=3.11
20-
- s3fs >=2022.11.0
20+
- s3fs >=2023.05
2121
- sphinx
2222
- sphinx-copybutton
2323
- sphinx-design
2424
- watermark
2525
- xarray-datatree>=0.0.9
26-
- xarray>=2022.06
26+
- xarray>=2023.05
2727
- zarr>=2.12
28+
- furo>=2022.09.15
2829
- pip:
29-
- furo>=2022.09.15
30-
- tornado>=6.2
3130
- sphinxext-opengraph
3231
- autodoc_pydantic
3332
- -e ..

0 commit comments

Comments
 (0)