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:
Cornelius Roemer 2024-11-20 15:24:31 +01:00 committed by GitHub
parent bed1396224
commit c0ce48bebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: