We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
channels
1 parent 413de3b commit 7f44941Copy full SHA for 7f44941
src/maintainer/knowledge_base.rst
@@ -1607,6 +1607,17 @@ to specify your package:
1607
dependencies:
1608
- conda-forge/label/matplotlib_rc::matplotlib=3.7.0rc1
1609
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
1621
Pre-release version sorting
1622
---------------------------
1623
0 commit comments