Skip to content

Commit

Permalink
Doc: workaround for RTD build memory issue (#105)
Browse files Browse the repository at this point in the history
* try using pip to install some pure-pythom packages

* fix pip version pinning

* try pinning *all* dependencies instead

* try fix dependency solving issue

* try solution in-between
  • Loading branch information
benbovy committed Mar 3, 2020
1 parent 63b441d commit 1a03103
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions ci/requirements/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,27 @@ channels:
- conda-forge
dependencies:
- attrs=19.2.0
- python=3.7
- numpy=1.17.2
- pandas=0.25.1
- xarray=0.13.0
- netcdf4=1.5.3
- 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
- graphviz
- python-graphviz
- nbconvert=5.6.0
- sphinx=1.8.5
- netcdf4=1.5.3
- numpy=1.17.2
- pandas=0.25.1
- pandoc=2.7.3
- 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

0 comments on commit 1a03103

Please sign in to comment.