-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathenvironment-dev.yml
More file actions
84 lines (84 loc) · 1.65 KB
/
environment-dev.yml
File metadata and controls
84 lines (84 loc) · 1.65 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: ravenpy-dev
channels:
- conda-forge
- nodefaults
dependencies:
- python >=3.10,<3.15
- raven-hydro >=4.12.1,<5.0
# - libgcc # for mixing raven-hydro from PyPI with conda environments
- cftime >=1.4.1
- cf_xarray >=0.9.3
- click >=8.2.0
- climpred >=2.6.0
- dask >=2024.8.1
- h5netcdf >=1.3.0
- haversine >=2.8.0
- matplotlib-base >=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
- xesmf
- xsdba >=0.4.0
- xskillscore >=0.0.29
- zarr
# Dev tools and testing
- pip >=26.0.1
- bump-my-version >=1.2.6
- click >=8.3.1
- codespell >=2.4.1
- coverage >=7.5.0
- deptry >=0.24.0
- filelock >=3.14.0
- flake8 >=7.3.0
- flake8-rst-docstrings >=0.4.0
- flit >=3.11.0,<4.0
- mypy >=1.19.1
- numpydoc >=1.10.0
- pooch >=1.8.0
- prek >=0.3.0
- pylint >=4.0.4
- pytest >=9.0.2
- pytest-cov >=7.0.0
- pytest-xdist >=3.2.0
- ruff >=0.15.0
- tox >=4.41.0
- tox-gh >=1.6.1
- vulture >=2.14
- watchdog >=6.0.0
# GIS support
- fiona >=1.9.0
- gdal >=3.1
- geopandas >=1.0
- lxml
- netcdf4 >=1.7.2
- pyproj >=3.3.0
- rasterio
- rioxarray
- shapely >=2.0.0
# Notebook support
- birdy >=0.9.1
- clisops >=0.16.1
- gcsfs
- holoviews
- hvplot
- intake >=2.0
- intake-esm >=2023.07.07
- intake-xarray >=2.0
- iprogress
- ipyleaflet
- nbval
- pymetalink >=6.5.3
- s3fs
- salib
# Needed for notebooks/Managing_Jupyter_Environments.ipynb
- seaborn