-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathenvironment-dev.yml
More file actions
87 lines (87 loc) · 2.13 KB
/
environment-dev.yml
File metadata and controls
87 lines (87 loc) · 2.13 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
85
86
87
name: xhydro-dev
channels:
- conda-forge
dependencies:
- python >=3.10,<3.15
# Remember to sync changes between environment.yml, environment-dev.yml, and pyproject.toml!
# Main packages
- cartopy >=0.23.0
- clisops
- fastprogress <1.1 # FIXME: Temporary fix following https://github.com/intake/intake-esm/pull/773. Remove when intake-esm (via xscen) is updated.
- geopandas >=1.0
- haversine >=2.8.1
- matplotlib-base
- numpy >=1.25
- odc-stac
- pandas >=2.2
- planetary-computer
- pooch >=1.8.0
- pystac >=1.12.0
- pystac-client
- pyyaml >=6.0.2
- rasterio
- rioxarray >=0.15.0
- scikit-learn
- scipy >=1.12.0
- shapely >=2.0
- spotpy >=1.6.2
- statsmodels >=0.14.0
- tqdm
- xarray >=2023.11.0
- xarray-spatial >=0.3.7
- xclim
- xscen >=0.12.1,<0.16 # xscen controls the version of xclim. FIXME: When xscen is updated to >0.15.1, reactivate fail_on_warning in .readthedocs.yml.
- xvec
# Leafmap
- leafmap
- mapclassify # Hidden dependency needed to extract watershed delineation using leafmap objects
# Raven
- ravenpy >=0.18.1
- raven-hydro
# Speedups
- dask
- dask-geopandas
# Julia
# - julia >=1.6.0 # Works locally, breaks remotely
# - pyjuliacall >=0.9.20
# Dev tools and testing
- pip >=26.0.1
- bump-my-version >=1.3.0
- codespell >=2.4.2
- deptry >=0.25.1
- flake8 >=7.3.0
- flake8-rst-docstrings >=0.4.0
- flit >=3.11.0,<4.0
- furo >=2025.12.19
- ipykernel
- ipython >=8.5.0
- jupyter_client
- mypy >=1.20.0
- nbsphinx >=0.9.8
- nbval >=0.11.0
- numpydoc >=1.10.0
- prek >=0.3.0
- ruff >=0.15.9
- watchdog >=6.0.0
- sphinx >=8.0.0,<9.0.0 # FIXME: French translations failing due to bug: https://github.com/sphinx-doc/sphinx/issues/14162
- sphinx-codeautolink >=0.16.2
- sphinx-copybutton >=0.5.2
- sphinx-intl
- vulture >=2.14
- watchdog >=6.0.0
- yamllint >=1.38.0
# Testing
- coverage >=7.13.4
- lmoments3 >=1.0.7
- pytest >=9.0.2
- pytest-cov >=7.0.0
- pytest-xdist >=3.2
- python-dotenv >=1.2.1
- requests
- xdatasets >=0.3.9
# Notebooks
- hvplot
- xagg
# Tox
- tox >=4.52.0
- tox-gh >=1.7.1