Skip to content

Commit 2577774

Browse files
committed
CI: remove xarray from build as doesn't support np113
1 parent db203cf commit 2577774

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ci/requirements-3.6.run

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ feather-format
1818
# psycopg2 (not avail on defaults ATM)
1919
beautifulsoup4
2020
s3fs
21-
xarray
21+
# deps (netcdf4) not built for np113
22+
# xarray
2223
ipython

ci/requirements-3.6_DOC.run

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ sqlalchemy
2020
numexpr
2121
bottleneck
2222
statsmodels
23-
xarray
23+
# deps (netcdf4) not built for np113
24+
# xarray
2425
pyqt

0 commit comments

Comments
 (0)