-
Notifications
You must be signed in to change notification settings - Fork 9
/
environment.yml
58 lines (58 loc) · 1.15 KB
/
environment.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
name: clisops
channels:
- conda-forge
dependencies:
- python >=3.9,<3.13
- flit >=3.9,<4.0
- bottleneck >=1.3.1
- cartopy >=0.23.0
- cf_xarray >=0.8.6
- cftime >=1.4.1
- dask >=2023.6.0
- deptry >=0.20.0
- filelock >=3.15.4
- fsspec >=2023.9.0
- gdal >=3.0
- geopandas >=0.14.0
- jinja2 >=2.11
- loguru >=0.5.3
- numpy >=1.23.0,<2.1
- packaging >=23.2
- pandas >=1.5.3
- platformdirs >=4.0
- pooch >=1.8.0
- pyproj >=3.3.0
- roocs-grids >=0.1.2
- roocs-utils >=0.6.7,<0.7
- scipy >=1.9.0
- shapely >=1.9
- xarray >=2022.6.0,<2023.3.0 # See: https://github.com/pydata/xarray/issues/7794
# Extras
- netcdf4 >=1.4
- xesmf >=0.8.2
# Dev tools and testing
- black >=24.8.0
- bump-my-version >=0.18.3
- coverage >=7.5.0
- flake8 >=7.0.0
- isort >=5.13.2
- netCDF4 >=1.4
- pre-commit >=3.5.0
- pytest >=8.0.0
- pytest-cov >=5.0.0
- pytest-loguru >=0.3.0
- pytest-xdist >=3.2
- tox >=4.18.0
- watchdog >=4.0.0
# Documentation
- ipykernel
- ipython >=8.5.0
- ipython_genutils
- jupyter_client
- matplotlib-base >=3.6.0
- nbconvert >=7.14.0
- nbsphinx >=0.9.5
- pandoc
- psy-maps >=1.5.0
- sphinx >=7.0.0
- sphinx-rtd-theme >=1.0