Commit 9adff7a0 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix syntax in conda file

parent ad420542
......@@ -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
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment