-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathenvironment-docs.yml
48 lines (48 loc) · 1.1 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
name: ravenpy-docs
channels:
- conda-forge
dependencies:
- python >=3.12,<3.13
- raven-hydro >=0.4.0,<1.0
- autodoc-pydantic >=2.1.0
- birdy
- cairosvg >=2.6.0
- cartopy >=0.23.0
- click >=8.0.0
- clisops >=0.15.0
- gcsfs
- gdal >=3.1
- h5netcdf >=1.3.0
# 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 >=0.9.5
- netCDF4 >=1.7.2
- numpy >=1.24.0
- notebook
- pydantic >=2.0
- pymetalink >=6.5.2
- s3fs
- salib
- seaborn
- sphinx >=7.1.0
- 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,!=2024.10.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