Minimum requirement for pyyaml

This commit is contained in:
Sylvain Gugger 2021-07-12 09:55:36 -04:00
parent fb5665b5ad
commit ad42054278
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ requirements:
- regex !=2019.12.17 - regex !=2019.12.17
- protobuf - protobuf
- tokenizers >=0.10.1,<0.11.0 - tokenizers >=0.10.1,<0.11.0
- pyyaml - pyyaml >= 5.1
run: run:
- python - python
- numpy >=1.17 - numpy >=1.17
@ -41,7 +41,7 @@ requirements:
- regex !=2019.12.17 - regex !=2019.12.17
- protobuf - protobuf
- tokenizers >=0.10.1,<0.11.0 - tokenizers >=0.10.1,<0.11.0
- pyyaml - pyyaml >= 5.1
test: test:
imports: imports:

View File

@ -119,7 +119,7 @@ _deps = [
"parameterized", "parameterized",
"protobuf", "protobuf",
"psutil", "psutil",
"pyyaml", "pyyaml>=5.1",
"pydantic", "pydantic",
"pytest", "pytest",
"pytest-sugar", "pytest-sugar",

View File

@ -36,7 +36,7 @@ deps = {
"parameterized": "parameterized", "parameterized": "parameterized",
"protobuf": "protobuf", "protobuf": "protobuf",
"psutil": "psutil", "psutil": "psutil",
"pyyaml": "pyyaml", "pyyaml": "pyyaml>=5.1",
"pydantic": "pydantic", "pydantic": "pydantic",
"pytest": "pytest", "pytest": "pytest",
"pytest-sugar": "pytest-sugar", "pytest-sugar": "pytest-sugar",