Skip to content

Commit

Permalink
Workaround rtd 2 (#106)
Browse files Browse the repository at this point in the history
* rtd config file v2

* let's try pip again

* fix version pinning (pip)

* avoid build zarr wheels + fix toolz missing

* try install more deps using pip

* try conda default channel and less deps with conda

* need zarr 2.4, reinstall with pip

Since not available on conda default channel
  • Loading branch information
benbovy committed Mar 3, 2020
1 parent 1a03103 commit d3906fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
34 changes: 13 additions & 21 deletions ci/requirements/doc.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
name: xarray-simlab-doc
channels:
- conda-forge
- defaults
dependencies:
- attrs=19.2.0
- bokeh=1.4.0
- cftime=1.0.4.2
- dask=2.11.0
- graphviz=2.40.1
- hdf4=4.2.13
- hdf5=1.10.5
- ipython=7.8.0
- libnetcdf=4.7.3
- lz4-c=1.8.3
- matplotlib=3.0.2
- nbconvert=5.6.0
- netcdf4=1.5.3
- numpy=1.17.2
- pandas=0.25.1
- pandoc=2.7.3
- pip
- python=3.7.6
- python-graphviz=0.13.2
- sphinx=1.8.5
- xarray=0.13.0
- zarr=2.4.0
- zict=2.0.0
- zipp=3.0.0
- zlib=1.2.11
- zstd=1.4.4
- zarr=2.3.2
- pip:
- attrs==19.2.0
- dask==2.11.0
- ipython==7.8.0
- matplotlib==3.0.2
- nbconvert==5.6.0
- sphinx==1.8.5
- toolz
- xarray==0.13.0
- zarr==2.4.0
7 changes: 4 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
build:
image: stable
conda:
file: ci/requirements/doc.yml
environment: ci/requirements/doc.yml
python:
version: 3.7
setup_py_install: true
install:
- method: pip
path: .
formats: []

0 comments on commit d3906fd

Please sign in to comment.