Skip to content

Commit

Permalink
Pin versions in RTD Conda environment file
Browse files Browse the repository at this point in the history
When conda env is solved on readthedocs.org, it gets killed for
excessive memory consumption, so pin the versions to avoid this.
Subsequent updates will likely need version updates for new packages.
  • Loading branch information
mkstratos committed Jan 6, 2020
1 parent df3a341 commit 092dc88
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/rtd_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ channels:
dependencies:
- python=3.7
- basemap>=1.1.0
- dask
- matplotlib
- netcdf4
- numpy
- numpydoc
- pandas
- pip
- psutil
- scipy
- dask=2.1.0
- matplotlib=3.1.0
- netcdf4=1.5.3
- numpy=1.16.4
- numpydoc=0.9.1
- pandas=0.24.2
- pip=19.1.1
- psutil=5.6.3
- scipy=1.3.0
- seaborn=0.9.0
- setuptools
- sphinx
- xarray
- yaml
- setuptools=41.0.1
- sphinx=2.1.2
- xarray=0.14.1
- yaml=0.1.7
- pip:
- sphinx-rtd-theme

0 comments on commit 092dc88

Please sign in to comment.