forked from Ouranosinc/xclim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
81 lines (81 loc) · 1.72 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: xclim
channels:
- numba # Added to gain access to Python3.12-compatible numba release candidates.
- conda-forge
- defaults
dependencies:
- python >=3.9
- astroid
- boltons >=20.1
- bottleneck >=1.3.1
- cf_xarray >=0.6.1
- cftime >=1.4.1
- Click >=8.1
- dask >=2.6.0
- jsonpickle
- numba
- numpy >=1.20.0
- pandas >=2.2.0
- pint >=0.9
- poppler >=0.67
- pyarrow # Strongly encouraged for Pandas v2.2.0+
- pyyaml
- scikit-learn >=0.21.3
- scipy >=1.9.0
- statsmodels
- xarray >=2023.11.0
- yamale
# Extras
- flox
- lmoments3 # Required for some Jupyter notebooks
# Testing and development dependencies
- black ==24.1.1
- blackdoc ==0.3.9
- bump-my-version >=0.17.1
- cairosvg
- codespell
- coverage
- distributed >=2.0
- filelock
- flake8
- flake8-rst-docstrings
- flit
- h5netcdf
- ipykernel
- ipython
- isort ==5.13.2
- matplotlib
- mypy
- nbconvert <7.14 # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092
- nbqa
- nbsphinx
- nbval
- nc-time-axis
- netCDF4 >=1.4
- notebook
- platformdirs
- pooch
- pre-commit
- pybtex
- pylint
- pytest <8.0 # Pinned due to breakage with xdoctest. See: https://github.com/Erotemic/xdoctest/issues/151
- pytest-cov
- pytest-socket
- pytest-xdist >=3.2
- ruff >=0.2.0
- sphinx
- sphinx-autodoc-typehints
- sphinx-codeautolink
- sphinx-copybutton
- sphinx-mdinclude
- sphinx-rtd-theme >=1.0
- sphinxcontrib-bibtex
- tokenize-rt
- tox >=4.0
# - tox-conda # Will be added when a tox@v4.0+ compatible plugin is released.
- xdoctest
- yamllint
- pip
- pip:
- flake8-alphabetize
- sphinxcontrib-svg2pdfconverter