Skip to content

Commit

Permalink
Back to pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Sep 3, 2019
1 parent 506c501 commit 832a682
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 29 deletions.
1 change: 0 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Makefile for Sphinx documentation
#
pip install git+https://github.com/SciTools/cartopy

# You can set these variables from the command line.
SPHINXOPTS =
Expand Down
30 changes: 30 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: salem-docs
channels:
- conda-forge
dependencies:
- python=3.6
- numpy=1.16.0
- pandas=0.23.3
- scipy=1.2.0
- matplotlib=3.0.2
- seaborn=0.9.0
- dask=1.1.0
- ipython=7.2.0
- netCDF4=1.4.2
- h5netcdf=0.7.4
- cartopy=0.17.0
- rasterio=1.0.24
- cftime=1.0.3.4
- bottleneck=1.2.1
- sphinx=1.8.2
- numpydoc=0.8.0
- sphinx-gallery=0.2.0
- pillow=5.4.1
- mock=2.0.0
- pyproj
- geopandas
- pyproj
- joblib
- pip
- pip:
- motionless
23 changes: 0 additions & 23 deletions docs/requirements.txt

This file was deleted.

12 changes: 7 additions & 5 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build:
image: latest
conda:
file: docs/environment.yml
python:
version: 3.5
install:
- requirements: docs/requirements.txt
system_packages: true
setup_py_install: true
version: 3.6
setup_py_install: true
formats: []

0 comments on commit 832a682

Please sign in to comment.