From 9adff7a0f49f88a6cc718a1d30088988dc78bb6a Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 12 Jul 2021 09:57:54 -0400 Subject: [PATCH] Fix syntax in conda file --- .github/conda/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/conda/meta.yaml b/.github/conda/meta.yaml index 248fbcc372..f9caa469be 100644 --- a/.github/conda/meta.yaml +++ b/.github/conda/meta.yaml @@ -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: