Skip to content

Commit

Permalink
Minimum requirement for pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Jul 12, 2021
1 parent fb5665b commit ad42054
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- regex !=2019.12.17
- protobuf
- tokenizers >=0.10.1,<0.11.0
- pyyaml
- pyyaml >= 5.1
run:
- python
- numpy >=1.17
Expand All @@ -41,7 +41,7 @@ requirements:
- regex !=2019.12.17
- protobuf
- tokenizers >=0.10.1,<0.11.0
- pyyaml
- pyyaml >= 5.1

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"parameterized",
"protobuf",
"psutil",
"pyyaml",
"pyyaml>=5.1",
"pydantic",
"pytest",
"pytest-sugar",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"parameterized": "parameterized",
"protobuf": "protobuf",
"psutil": "psutil",
"pyyaml": "pyyaml",
"pyyaml": "pyyaml>=5.1",
"pydantic": "pydantic",
"pytest": "pytest",
"pytest-sugar": "pytest-sugar",
Expand Down

0 comments on commit ad42054

Please sign in to comment.