-
Notifications
You must be signed in to change notification settings - Fork 4
/
environment-dev.yml
70 lines (70 loc) · 1.53 KB
/
environment-dev.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: xhydro-dev
channels:
- conda-forge
dependencies:
- python >=3.10,<3.13
# Don't forget to sync changes between environment.yml, environment-dev.yml, and pyproject.toml!
# Main packages
- cartopy >=0.23.0
- geopandas >=1.0
- haversine >=2.8.0
- importlib-metadata <8.0 # Required for xesmf >=8.4.0,<8.6 to work on Windows
- leafmap
- numpy >=1.24
- pandas >=2.2
- planetary-computer
- pooch >=1.8.0
- pystac
- pystac-client
- pyyaml >=6.0.2
- rasterio <=1.3.11 # temporary pin until https://github.com/xarray-contrib/xvec/issues/85 is addressed.
- ravenpy >=0.15.0
- rioxarray >=0.15.0
- spotpy >=1.6.2
- stackstac >=0.5.1
- statsmodels >=0.14.0
- tqdm
- xarray >=2023.11.0
- xarray-spatial >=0.3.7
- xclim >=0.53.2,<0.54
- xdatasets >=0.3.6
- xscen >=0.10.1,<0.11
- xvec
# Dev tools and testing
- pip >=24.2.0
- blackdoc ==0.3.9
- bump-my-version >=0.25.1
- coverage >=7.5.0
- coveralls >=4.0.1
- flake8 >=7.1.1
- flake8-rst-docstrings >=0.3.0
- furo
- ipykernel
- ipython >=8.5.0
- isort ==5.13.2
- jupyter_client
- lmoments3 >=1.0.7
- nbsphinx
- nbval >=0.11.0
- numpydoc >=1.8.0
- pandoc
- pre-commit >=3.5.0
- pytest >=8.3.2
- pytest-cov >=5.0.0
- pytest-xdist >=3.2
- black ==24.8.0
- ruff >=0.5.7
- watchdog >=4.0.0
- sphinx >=7.0.0
- sphinx-autoapi
- sphinx-codeautolink
- sphinx-copybutton
- sphinx-intl
- sphinxcontrib-napoleon
# Testing
- tox >=4.17.1
# Packaging
- flit >=3.9.0,<4.0
# Notebooks
- hvplot
- xagg