"docs/zh_cn/vscode:/vscode.git/clone" did not exist on "2dad86c23fed102e7bf107b41b13e9363d4704e4"
Commit ad420542 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Minimum requirement for pyyaml

parent fb5665b5
...@@ -26,7 +26,7 @@ requirements: ...@@ -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: ...@@ -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:
......
...@@ -119,7 +119,7 @@ _deps = [ ...@@ -119,7 +119,7 @@ _deps = [
"parameterized", "parameterized",
"protobuf", "protobuf",
"psutil", "psutil",
"pyyaml", "pyyaml>=5.1",
"pydantic", "pydantic",
"pytest", "pytest",
"pytest-sugar", "pytest-sugar",
......
...@@ -36,7 +36,7 @@ deps = { ...@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment