mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 05:10:06 +06:00
Fix the Conda package build (#16737)
* Fix the Conda package build * Update build.sh * Update release-conda.yml
This commit is contained in:
parent
babd7b1a92
commit
90415475bb
4
.github/conda/meta.yaml
vendored
4
.github/conda/meta.yaml
vendored
@ -25,7 +25,7 @@ requirements:
|
|||||||
- sacremoses
|
- sacremoses
|
||||||
- regex !=2019.12.17
|
- regex !=2019.12.17
|
||||||
- protobuf
|
- protobuf
|
||||||
- tokenizers >=0.10.1,<0.11.0
|
- tokenizers >=0.11.1,!=0.11.3,<0.13
|
||||||
- pyyaml >=5.1
|
- pyyaml >=5.1
|
||||||
run:
|
run:
|
||||||
- python
|
- python
|
||||||
@ -40,7 +40,7 @@ requirements:
|
|||||||
- sacremoses
|
- sacremoses
|
||||||
- regex !=2019.12.17
|
- regex !=2019.12.17
|
||||||
- protobuf
|
- protobuf
|
||||||
- tokenizers >=0.10.1,<0.11.0
|
- tokenizers >=0.11.1,!=0.11.3,<0.13
|
||||||
- pyyaml >=5.1
|
- pyyaml >=5.1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user