mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Fix conda-build (#10431)
This commit is contained in:
parent
ee04b69822
commit
311b7048c5
8
.github/conda/meta.yaml
vendored
8
.github/conda/meta.yaml
vendored
@ -14,7 +14,7 @@ requirements:
|
||||
host:
|
||||
- python
|
||||
- pip
|
||||
- numpy
|
||||
- numpy >=1.17
|
||||
- dataclasses
|
||||
- packaging
|
||||
- filelock
|
||||
@ -23,10 +23,10 @@ requirements:
|
||||
- sacremoses
|
||||
- regex !=2019.12.17
|
||||
- protobuf
|
||||
- tokenizers ==0.10.1rc1
|
||||
- tokenizers >=0.10.1,<0.11.0
|
||||
run:
|
||||
- python
|
||||
- numpy
|
||||
- numpy >=1.17
|
||||
- dataclasses
|
||||
- packaging
|
||||
- filelock
|
||||
@ -35,7 +35,7 @@ requirements:
|
||||
- sacremoses
|
||||
- regex !=2019.12.17
|
||||
- protobuf
|
||||
- tokenizers ==0.10.1rc1
|
||||
- tokenizers >=0.10.1,<0.11.0
|
||||
|
||||
test:
|
||||
imports:
|
||||
|
Loading…
Reference in New Issue
Block a user