File tree 9 files changed +54
-24
lines changed
9 files changed +54
-24
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: xarray-examples
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - python=3.7
5
+ - python=3.8
6
6
- boto3
7
7
- bottleneck
8
8
- cartopy
Original file line number Diff line number Diff line change 10
10
rev : stable
11
11
hooks :
12
12
- id : black
13
- language_version : python3.7
14
13
- repo : https://github.com/pre-commit/pre-commit-hooks
15
14
rev : v2.2.3
16
15
hooks :
Original file line number Diff line number Diff line change 40
40
41
41
// The Pythons you'd like to test against. If not provided, defaults
42
42
// to the current version of Python used to run `asv`.
43
- "pythons" : [" 3.6 " ],
43
+ "pythons" : [" 3.8 " ],
44
44
45
45
// The matrix of dependencies to test. Each key is the name of a
46
46
// package (in PyPI) and the values are version numbers. An empty
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
conda_env : py37
21
21
py38 :
22
22
conda_env : py38
23
- py37 -upstream-dev :
24
- conda_env : py37
23
+ py38 -upstream-dev :
24
+ conda_env : py38
25
25
upstream_dev : true
26
- py36 -flaky :
27
- conda_env : py36
26
+ py38 -flaky :
27
+ conda_env : py38
28
28
pytest_extra_flags : --run-flaky --run-network-tests
29
29
allow_failure : true
30
30
pool :
35
35
- job : MacOSX
36
36
strategy :
37
37
matrix :
38
- py36 :
39
- conda_env : py36
38
+ py38 :
39
+ conda_env : py38
40
40
pool :
41
41
vmImage : ' macOS-10.13'
42
42
steps :
74
74
75
75
- job : TypeChecking
76
76
variables :
77
- conda_env : py37
77
+ conda_env : py38
78
78
pool :
79
79
vmImage : ' ubuntu-16.04'
80
80
steps :
86
86
87
87
- job : isort
88
88
variables :
89
- conda_env : py37
89
+ conda_env : py38
90
90
pool :
91
91
vmImage : ' ubuntu-16.04'
92
92
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
# Don't change to pkgs/main, as it causes random timeouts in readthedocs
4
4
- conda-forge
5
5
dependencies :
6
- - python=3.7
6
+ - python=3.8
7
7
- bottleneck
8
8
- cartopy
9
9
- cfgrib
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
20
20
- hypothesis
21
21
- iris
22
22
- isort
23
- - lxml # optional dep of pydap
23
+ - lxml # Optional dep of pydap
24
24
- matplotlib
25
25
- mypy=0.761 # Must match .pre-commit-config.yaml
26
26
- nc-time-axis
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
- nc-time-axis
27
27
- netcdf4
28
28
- numba
29
- - numpy<1.18 # FIXME https://github.com/pydata/xarray/issues/3409
29
+ - numpy
30
30
- pandas
31
31
- pint
32
32
- pip
Original file line number Diff line number Diff line change @@ -3,14 +3,45 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- python=3.8
6
- - setuptools
6
+ - black
7
+ - boto3
8
+ - bottleneck
9
+ - cartopy
10
+ - cdms2
11
+ - cfgrib
12
+ - cftime
13
+ - coveralls
14
+ - dask
15
+ - distributed
16
+ - flake8
17
+ - h5netcdf
18
+ - h5py
19
+ - hdf5
20
+ - hypothesis
21
+ - iris
22
+ - isort
23
+ - lxml # Optional dep of pydap
24
+ - matplotlib
25
+ - mypy=0.761 # Must match .pre-commit-config.yaml
26
+ - nc-time-axis
27
+ - netcdf4
28
+ - numba
29
+ - numpy
30
+ - pandas
31
+ - pint
7
32
- pip
33
+ - pseudonetcdf
34
+ - pydap
35
+ - pynio
36
+ - pytest
37
+ - pytest-cov
38
+ - pytest-env
39
+ - rasterio
40
+ - scipy
41
+ - seaborn
42
+ - setuptools
43
+ - sparse
44
+ - toolz
45
+ - zarr
8
46
- pip :
9
- - coveralls
10
- - dask
11
- - distributed
12
- - numpy
13
- - pandas
14
- - pytest
15
- - pytest-cov
16
- - pytest-env
47
+ - numbagg
Original file line number Diff line number Diff line change 7
7
environment : ci/requirements/doc.yml
8
8
9
9
python :
10
- version : 3.7
10
+ version : 3.8
11
11
install : []
12
12
13
13
formats : []
You can’t perform that action at this time.
0 commit comments