Skip to content

Commit b25fe97

Browse files
committed
Moved RTD environment to use conda-forge.
1 parent 7785148 commit b25fe97

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/environment.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: qinfer
2+
channels:
3+
- conda-forge
24
dependencies:
3-
- cython
45
- numpy
56
- scipy
67
- scikit-learn
@@ -12,9 +13,7 @@ dependencies:
1213
- pytest-xdist
1314
- coveralls
1415
- pylint
16+
- qutip
1517
- pip:
1618
# We also add additional tools for plotting.
1719
- 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)