-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathmin-all-deps.yml
58 lines (58 loc) · 1.48 KB
/
min-all-deps.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: xarray-tests
channels:
- conda-forge
- nodefaults
dependencies:
# MINIMUM VERSIONS POLICY: see doc/user-guide/installing.rst
# Run ci/min_deps_check.py to verify that this file respects the policy.
# When upgrading python, numpy, or pandas, must also change
# doc/user-guide/installing.rst, doc/user-guide/plotting.rst and setup.py.
- python=3.10
- array-api-strict=1.0 # dependency for testing the array api compat
- boto3=1.29
- bottleneck=1.3
- cartopy=0.22
- cftime=1.6
- coveralls
- dask-core=2023.11
- distributed=2023.11
# Flox > 0.8 has a bug with numbagg versions
# It will require numbagg > 0.6
# so we should just skip that series eventually
# or keep flox pinned for longer than necessary
- flox=0.7
- h5netcdf=1.3
# h5py and hdf5 tend to cause conflicts
# for e.g. hdf5 1.12 conflicts with h5py=3.1
# prioritize bumping other packages instead
- h5py=3.8
- hdf5=1.12
- hypothesis
- iris=3.7
- lxml=4.9 # Optional dep of pydap
- lithops=3.5.1
- matplotlib-base=3.8
- nc-time-axis=1.4
# netcdf follows a 1.major.minor[.patch] convention
# (see https://github.com/Unidata/netcdf4-python/issues/1090)
- netcdf4=1.6.0
- numba=0.57
- numbagg=0.6
- numpy=1.24
- packaging=23.2
- pandas=2.1
- pint=0.22
- pip
- pydap=3.4
- pytest
- pytest-cov
- pytest-env
- pytest-xdist
- pytest-timeout
- rasterio=1.3
- scipy=1.11
- seaborn=0.13
- sparse=0.14
- toolz=0.12
- typing_extensions=4.8
- zarr=2.16