mirror of https://github.com/mamba-org/mamba.git
doc: show how to use advanced match specs in yaml spec (#3384)
Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
This commit is contained in:
parent
bed1396224
commit
c0ce48bebe
|
@ -156,7 +156,7 @@ More powerful are ``YAML`` files like the following, because they already contai
|
||||||
dependencies:
|
dependencies:
|
||||||
- python >=3.6,<3.7
|
- python >=3.6,<3.7
|
||||||
- ipykernel >=5.1
|
- ipykernel >=5.1
|
||||||
- ipywidgets
|
- ipywidgets[build_number=!=0]
|
||||||
|
|
||||||
They are used the same way as text files:
|
They are used the same way as text files:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue