Skip to content

Commit 7f44941

Browse files
committed
Add documentation on using the channels key to achieve same
1 parent 413de3b commit 7f44941

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,6 +1607,17 @@ to specify your package:
16071607
dependencies:
16081608
- conda-forge/label/matplotlib_rc::matplotlib=3.7.0rc1
16091609
1610+
1611+
Alternately, you can use the channels section to enable the `matplotlib_rc` channel:
1612+
1613+
.. code-block:: yaml
1614+
1615+
channels:
1616+
- conda-forge/label/matplotlib_rc
1617+
dependencies:
1618+
- matplotlib=3.7.0.rc1
1619+
1620+
16101621
Pre-release version sorting
16111622
---------------------------
16121623

0 commit comments

Comments
 (0)