mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 21:00:08 +06:00
Minimum requirement for pyyaml
This commit is contained in:
parent
fb5665b5ad
commit
ad42054278
4
.github/conda/meta.yaml
vendored
4
.github/conda/meta.yaml
vendored
@ -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
|
||||
@ -41,7 +41,7 @@ requirements:
|
||||
- regex !=2019.12.17
|
||||
- protobuf
|
||||
- tokenizers >=0.10.1,<0.11.0
|
||||
- pyyaml
|
||||
- pyyaml >= 5.1
|
||||
|
||||
test:
|
||||
imports:
|
||||
|
2
setup.py
2
setup.py
@ -119,7 +119,7 @@ _deps = [
|
||||
"parameterized",
|
||||
"protobuf",
|
||||
"psutil",
|
||||
"pyyaml",
|
||||
"pyyaml>=5.1",
|
||||
"pydantic",
|
||||
"pytest",
|
||||
"pytest-sugar",
|
||||
|
@ -36,7 +36,7 @@ deps = {
|
||||
"parameterized": "parameterized",
|
||||
"protobuf": "protobuf",
|
||||
"psutil": "psutil",
|
||||
"pyyaml": "pyyaml",
|
||||
"pyyaml": "pyyaml>=5.1",
|
||||
"pydantic": "pydantic",
|
||||
"pytest": "pytest",
|
||||
"pytest-sugar": "pytest-sugar",
|
||||
|
Loading…
Reference in New Issue
Block a user