Skip to content

Commit

Permalink
Fix syntax in conda file
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Jul 12, 2021
1 parent ad42054 commit 9adff7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- regex !=2019.12.17
- protobuf
- tokenizers >=0.10.1,<0.11.0
- pyyaml >= 5.1
- pyyaml >=5.1
run:
- python
- numpy >=1.17
Expand All @@ -41,7 +41,7 @@ requirements:
- regex !=2019.12.17
- protobuf
- tokenizers >=0.10.1,<0.11.0
- pyyaml >= 5.1
- pyyaml >=5.1

test:
imports:
Expand Down

0 comments on commit 9adff7a

Please sign in to comment.