We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ba9a7a + 35af41e commit a7b12a5Copy full SHA for a7b12a5
doc/environment.yml
@@ -0,0 +1,20 @@
1
+name: qinfer
2
+dependencies:
3
+ - cython
4
+ - numpy
5
+ - scipy
6
+ - scikit-learn
7
+ - ipython
8
+ - future>=0.15
9
+ - matplotlib
10
+ - pytest
11
+ - pytest-cov
12
+ - pytest-xdist
13
+ - coveralls
14
+ - pylint
15
+ - pip:
16
+ # We also add additional tools for plotting.
17
+ - mpltools
18
+ # We use the PyPI version of QuTiP here since the conda version
19
+ # is on the wrong channel for use with RTD.
20
+ - qutip
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 commit comments