Fix conda-build (#10431)
This commit is contained in:
8
.github/conda/meta.yaml
vendored
8
.github/conda/meta.yaml
vendored
@@ -14,7 +14,7 @@ requirements:
|
|||||||
host:
|
host:
|
||||||
- python
|
- python
|
||||||
- pip
|
- pip
|
||||||
- numpy
|
- numpy >=1.17
|
||||||
- dataclasses
|
- dataclasses
|
||||||
- packaging
|
- packaging
|
||||||
- filelock
|
- filelock
|
||||||
@@ -23,10 +23,10 @@ requirements:
|
|||||||
- sacremoses
|
- sacremoses
|
||||||
- regex !=2019.12.17
|
- regex !=2019.12.17
|
||||||
- protobuf
|
- protobuf
|
||||||
- tokenizers ==0.10.1rc1
|
- tokenizers >=0.10.1,<0.11.0
|
||||||
run:
|
run:
|
||||||
- python
|
- python
|
||||||
- numpy
|
- numpy >=1.17
|
||||||
- dataclasses
|
- dataclasses
|
||||||
- packaging
|
- packaging
|
||||||
- filelock
|
- filelock
|
||||||
@@ -35,7 +35,7 @@ requirements:
|
|||||||
- sacremoses
|
- sacremoses
|
||||||
- regex !=2019.12.17
|
- regex !=2019.12.17
|
||||||
- protobuf
|
- protobuf
|
||||||
- tokenizers ==0.10.1rc1
|
- tokenizers >=0.10.1,<0.11.0
|
||||||
|
|
||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
|
|||||||
Reference in New Issue
Block a user