-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathenvironment-dev.yml
More file actions
69 lines (69 loc) · 1.52 KB
/
environment-dev.yml
File metadata and controls
69 lines (69 loc) · 1.52 KB
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
name: xscen-dev
channels:
- conda-forge
dependencies:
- python >=3.10,<3.15
- pip >=25.2
# Don't forget to sync changes between environment-docs.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.16.1
- dask >=2024.8.1
- flox
- fsspec
- geopandas >=1.0
- h5netcdf >=1.5.0
- h5py >=3.12.1
- intake-esm ==2025.2.3
- matplotlib >=3.6
- netcdf4
- numcodecs
- numpy >=1.24
- openpyxl
- pandas >=2.2
- parse
- pyarrow >=15.0.0
- pydantic >=2.8.2
- pyproj
- pyyaml
- rechunker >=0.5.3
- scipy >=1.11.0
- shapely >=2.0
- sparse
- toolz
- xarray >=2023.11.0, !=2024.6.0
- xclim >=0.56, <0.61
- xsdba >=0.4.0
- zarr >=2.13, <3
# Opt
- nc-time-axis >=1.3.1
- xesmf >=0.7, !=0.8.8
# Dev
- babel >=2.17
- bump-my-version >=1.2.3
- codespell >=2.4.1
- coverage >=7.5.0
- deptry >=0.24.0
- flake8 >=7.3.0
- flake8-rst-docstrings >=0.4.0
- flit >=3.11.0,<4.0
- mypy >=1.18.2
- numpydoc >=1.9.0
- pooch >=1.8.0
- pre-commit >=3.5.0
- pytest >=8.3.2
- pytest-cov >=5.0.0
- pytest-xdist >=3.2.0
- ruff >=0.15.4
- vulture >=2.14
- watchdog >=4.0.0
- xdoctest
- yamllint >=1.35.1
# Testing
- tox >=4.30.3
- tox-gh >=1.5.0
# Workarounds
- fastprogress <1.1 # FIXME: Temporary fix for https://github.com/AnswerDotAI/fastprogress/issues/117 (fastprogress is a dep through intake-esm)