Skip to content

Commit 35af41e

Browse files
committed
Revert "Moved RTD environment to use conda-forge."
This reverts commit b25fe97.
1 parent b25fe97 commit 35af41e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/environment.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: qinfer
2-
channels:
3-
- conda-forge
42
dependencies:
3+
- cython
54
- numpy
65
- scipy
76
- scikit-learn
@@ -13,7 +12,9 @@ dependencies:
1312
- pytest-xdist
1413
- coveralls
1514
- pylint
16-
- qutip
1715
- pip:
1816
# We also add additional tools for plotting.
1917
- 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

0 commit comments

Comments
 (0)