Skip to content

Commit

Permalink
Revert "Moved RTD environment to use conda-forge."
Browse files Browse the repository at this point in the history
This reverts commit b25fe97.
  • Loading branch information
cgranade committed Aug 13, 2018
1 parent b25fe97 commit 35af41e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: qinfer
channels:
- conda-forge
dependencies:
- cython
- numpy
- scipy
- scikit-learn
Expand All @@ -13,7 +12,9 @@ dependencies:
- pytest-xdist
- coveralls
- pylint
- qutip
- 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

0 comments on commit 35af41e

Please sign in to comment.