Fix syntax in conda file
This commit is contained in:
4
.github/conda/meta.yaml
vendored
4
.github/conda/meta.yaml
vendored
@@ -26,7 +26,7 @@ requirements:
|
|||||||
- regex !=2019.12.17
|
- regex !=2019.12.17
|
||||||
- protobuf
|
- protobuf
|
||||||
- tokenizers >=0.10.1,<0.11.0
|
- tokenizers >=0.10.1,<0.11.0
|
||||||
- pyyaml >= 5.1
|
- pyyaml >=5.1
|
||||||
run:
|
run:
|
||||||
- python
|
- python
|
||||||
- numpy >=1.17
|
- numpy >=1.17
|
||||||
@@ -41,7 +41,7 @@ requirements:
|
|||||||
- regex !=2019.12.17
|
- regex !=2019.12.17
|
||||||
- protobuf
|
- protobuf
|
||||||
- tokenizers >=0.10.1,<0.11.0
|
- tokenizers >=0.10.1,<0.11.0
|
||||||
- pyyaml >= 5.1
|
- pyyaml >=5.1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
|
|||||||
Reference in New Issue
Block a user