-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment-dev.yml
45 lines (45 loc) · 983 Bytes
/
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
name: xdatasets
channels:
- conda-forge
dependencies:
- python >=3.9,<3.13
- bottleneck >=1.3.1
- cftime >=1.4.1
- clisops >=0.9.2
- dask >=2.6
- dask-geopandas >=0.4.1
- geopandas >=1.0
- intake <2.0.0 # Pinned until catalogs support v2.0 conventions. See: https://github.com/hydrologie/xdatasets/issues/82
- intake-geopandas
- intake-xarray >=0.6.1,<2.0.0
- ipykernel
- ipython >=8.5.0
- jsonpickle
- matplotlib-base >=3.5.0
- numpy >=1.23
- s3fs
- scipy >=1.9.0
- tqdm
- xagg
- xarray >=2023.1
- zarr >=2.11.1
# Dev tools and testing
- pip >=25.0
- bump-my-version >=0.28.1
- black ==25.1.0
- blackdoc ==0.3.9
- coverage >=7.5.0
- flake8 >=7.1.1
- flake8-rst-docstrings >=0.3.0
- flit >=3.10.1,<4.0
- isort ==6.0.0
- mypy >=1.14.1
- numpydoc >=1.8.0
- pip >=24.2.0
- pre-commit >=3.5.0
- pytest >=8.3.2
- pytest-cov >=5.0.0
- ruff >=0.9.0
- tokenize-rt >=3.2.0
- tox >=4.24.1
- watchdog >=4.0.0