-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment-dev.yml
79 lines (79 loc) · 1.73 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
71
72
73
74
75
76
77
78
79
name: xscen-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!
# Also consider updating the list in xs.utils.show_versions if you add a new package.
# Main packages
- cartopy >=0.23.0
- cftime
- cf_xarray >=0.7.6
- clisops >=0.10
- dask >=2024.8.1,<2024.11 # FIXME: https://github.com/Ouranosinc/xclim/issues/1992
- flox !=0.9.14 # FIXME: 0.9.14 is a broken version. This pin could be removed eventually.
- fsspec
- geopandas
- h5netcdf
- h5py
- intake-esm >=2023.07.07
- matplotlib >=3.6
- netCDF4
- numcodecs
- numpy >=1.24
- openpyxl
- pandas >=2.2
- parse
- pyyaml
- rechunker
- scipy >=1.10
- shapely >=2.0
- sparse
- toolz
- xarray >=2023.11.0, !=2024.6.0
- xclim >=0.53.2, <0.54
- xesmf >=0.7, <0.8.8 # FIXME: 0.8.8 currently creates segfaults on ReadTheDocs.
- zarr >=2.13
# Opt
- nc-time-axis >=1.3.1
- pyarrow >=10.0.1
# Dev
- babel
- black ==24.8.0
- blackdoc ==0.3.9
- bump-my-version >=0.26.8
- coverage>=7.5.0
- coveralls>=4.0.1
- flake8 >=7.1.0
- flake8-rst-docstrings>=0.3.0
- ipykernel
- ipython >=8.5.0
- isort ==5.13.2
- jupyter_client
- nbsphinx
- nbval
- numpydoc >=1.8.0
- pandoc
- pooch
- pre-commit >=3.5.0
- pytest >=8.3.2
- pytest-cov >=5.0.0
- pytest-xdist >=3.2.0
- ruff >=0.5.7
- setuptools >=65.0.0
- setuptools-scm >=8.0.0
- sphinx >=7.0.0
- sphinx-autoapi
- sphinx-rtd-theme >=1.0
- sphinxcontrib-napoleon
- sphinx-codeautolink
- sphinx-copybutton
- sphinx-mdinclude
- watchdog >=4.0.0
- xdoctest
# Testing
- tox >=4.17.1
- tox-gh >=1.3.2
# packaging
- conda-build
- wheel