Skip to content

Commit

Permalink
Merge 7785148 into 3c9cc7e
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed Aug 9, 2018
2 parents 3c9cc7e + 7785148 commit 92569a5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/environment.yml
@@ -0,0 +1,20 @@
name: qinfer
dependencies:
- cython
- numpy
- scipy
- scikit-learn
- ipython
- future>=0.15
- matplotlib
- pytest
- pytest-cov
- pytest-xdist
- coveralls
- pylint
- pip:
# We also add additional tools for plotting.
- mpltools
# We use the PyPI version of QuTiP here since the conda version
# is on the wrong channel for use with RTD.
- qutip
13 changes: 13 additions & 0 deletions readthedocs.yml
@@ -0,0 +1,13 @@
build:
image: latest

python:
version: 3.5
setup_py_install: true

formats:
- epub
- pdf

conda:
file: ./doc/environment.yml

0 comments on commit 92569a5

Please sign in to comment.