-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathenvironment-docs.yml
50 lines (50 loc) · 1.11 KB
/
environment-docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: ravenpy-docs
channels:
- conda-forge
- defaults
dependencies:
- python >=3.12,<3.13
- raven-hydro >=0.3.1,<1.0
# - autodoc-pydantic # disabled
- birdy
- cairosvg >=2.6.0
- cartopy >=0.23.0
- click >=8.0.0
- clisops >=0.13.0
- gcsfs
- gdal >=3.1
# Needed for notebooks/HydroShare_integration.ipynb
# See: https://github.com/CSHS-CWRA/RavenPy/pull/326
# - "hsclient",
- intake <2.0
- intake-esm >=2023.07.07
- intake-xarray <2.0
- ipykernel
- ipyleaflet
- ipython >=8.5.0
- jupyter-cache
- jupyter_client
- jupytext
- matplotlib-base >=3.6.0
- myst-nb
- nbsphinx
- netCDF4 <=1.6.5
- numpy >=1.23.0,<2.0.0
- notebook
- pandoc
- pydantic >=2.0
- pymetalink >=6.5.2
- s3fs
- salib
- seaborn
- sphinx >=7.1.0
- sphinx-autoapi
- sphinx-click
- sphinx-codeautolink >=0.16.2
- sphinx-copybutton
- sphinx-rtd-theme >=1.0
- sphinxcontrib-svg2pdfconverter >=1.2.3
- typing_extensions
- xarray >=2023.11.0
# - xesmf # mocked
- zarr >=2.13,<3.0 # FIXME: zarr v3 does not support FSMap like before: https://github.com/zarr-developers/zarr-python/issues/2706