-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathenvironment-docs.yml
More file actions
44 lines (44 loc) · 1010 Bytes
/
environment-docs.yml
File metadata and controls
44 lines (44 loc) · 1010 Bytes
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
name: ravenpy-docs
channels:
- conda-forge
- nodefaults
dependencies:
- python >=3.13,<3.14
- raven-hydro >=4.12.1,<5.0
- cftime >=1.4.1
- cf-xarray >=0.9.3
- click >=8.3.1
- climpred >=2.6.0
- dask >=2024.8.1
- h5netcdf >=1.5.0
- haversine >=2.8.0
- matplotlib >=3.6.0
- numpy >=1.25.0
- owslib >=0.29.1
- pandas >=2.2.0
- pint >=0.24.4
- pydantic >=2.11
- pydap >=3.5.6
- pymbolic >=2024.2
- scipy >=1.11.0
- spotpy >=1.6.1
- statsmodels >=0.14.2
- typing-extensions
- xarray >=2023.11.0,!=2024.10.0
- xclim >=0.57.0
- xsdba >=0.4.0
- xskillscore >=0.0.29
# Needed for notebooks/HydroShare_integration.ipynb
# See: https://github.com/CSHS-CWRA/RavenPy/pull/326
# - "hsclient",
# Docs support
- autodoc-pydantic >=2.1.0
- matplotlib-base >=3.7.0
- myst-nb
- nbsphinx >=0.9.8
- sphinx >=8.2.0
- sphinx-click
- sphinx-codeautolink >=0.16.2
- sphinx-copybutton >=0.5.2
- sphinx-rtd-theme >=1.0
- sphinxcontrib-svg2pdfconverter >=1.2.3